Seeing multiple java processes running just means that the threading model being used by the OS causes a separate process to be run for each thread. There is a Linux kernel option that governs which threading model to use, googling should turn up the option.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178625#4178625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178625 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
