James Gingerich [http://community.jboss.org/people/james.gingerich] created the discussion
"Re: JBoss 5.1 Parallel Processing" To view the discussion, visit: http://community.jboss.org/message/590158#590158 -------------------------------------------------------------- The application is a web application along with asynchronous background processing. No EJBs but do have servlets, web services, quartz jobs, JMS queues/topics. Servlets, web services, and centralized file storage asynchronously fire jobs/messages. Quartz process x jobs in parallel, and JMS queues/topics process y messages in parallel. Currently the processing is done in the application server using Spring wrappers around thread pools, say pool x and pool y. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/590158#590158] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
