Yes you are right that if a subprocess is ended it will take due care to notify the parent but how about multiple subprocesses? In case of multiple subprocesses each one signals the parent and that creates a problem. Luckily I figured out the way but there is one more problem. Here is the business scenario see if you can help: >From a node I have to spwan multiple (read variable number of process else I >could have used fork) processes and same number of tasks. What I am doing is >creating multiple task from a node and from task-create event I am creating >multiple sub process. Am I doing it corretly or you have a better suggestion?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243271#4243271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243271 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
