Hello,

The documentation frames "asynchronous continuation" only within the context of 
automatic activities.  Async is useful when a process shouldn't block the 
thread and/or transaction while an activity is being carried out.

This is great, but how about long-running human tasks?  They are not automatic 
activities, and there surely is a benefit in handling them asynchronously.  I 
couldn't tell from the documentation whether tasks are considered async by 
default.  Are they?  If not, is there a way of making them async?

Regards,
George




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257454#4257454

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257454
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to