Group: Forum Members
Posts: 190,
Visits: 1.3K
|
Hi,
I just spent some time to have a look how could I integrate transactionScope to SF. Too bad is that it is not so straight forward for multi-thread environment. As SF uses threading for DataLayer, therefore TransactionScope (which only support single thread) can not be used. Even though DependentTransaction does support multi thread, but it required code change at SF dataLayer.
Hope SF can implement this, or advice how could we accomplish this.
http://www.pluralsight.com/community/blogs/jimjohn/archive/2005/05/01/7923.aspx
Thank you
|