Multi Threading and SQL Transactions

  • Thread starter Thread starter michaeltours
  • Start date Start date
M

michaeltours

Is it possible to maintain a SQL Transaction across mutiple threads ?
 
Why would you want it?
I guess you could but you would need to provide threadsafety - means linear
execution (which can be done in a single thread more efficently I guess).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top