-
Jul 21st, 2009, 07:59 AM
#1
How threads handles transactions?
Hi All,
I have to execute a method asynchronously and I used Threads for this purpose. So the thread has to take the transaction from it's caller(initiator) and do the CRUD executions. So thread is trying to execute insert but it's not. And I seen the database monitor and it is in sleeping state.
Can someone help me why it gets blocked? or suggest some other way to achieve the scenario asynchronously.
Thanks in adavnce
Rams
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules