[jboss-user] [JBoss jBPM] - Re: Concurrent childnodes: how to create multithreaded nodes
kukeltje
do-not-reply at jboss.com
Tue Jun 24 08:30:52 EDT 2008
no it would not. The reason is quite simple... threadmanagement is not allowed in JEE and JEE has way better options to do things async (building your own configurable threadmanager with pooling etc is quite difficult). For plain tasks jBPM works fine but for longer running actions or parallel running actions use the jBPM async option that makes use of jms or the jobscheduler (which is a kind of basic threadmanager)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160207#4160207
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160207
More information about the jboss-user
mailing list