On Monday, December 9, 2002, at 12:08 PM, Dan Christopherson wrote:

Dain Sundstrom wrote:
Ah, there's the rub! So my blithering about a hypothetical 'asynchronous task' API needs to be amended again: tasks _must_ run in their own transaction!
Usually this is accomplished with a message queue. You send a 'n' messages to a queue or queues, and wait for 'n' messages on a response queue. It is legal to call receive, but you shouldn't use the version that blocks indefinitely.

-dain



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Reply via email to