2 Replies Latest reply on Feb 19, 2007 2:19 AM by oferc

    Accessing JBoss thread pool from inside my code

    oferc

      Hi,
      I need to perfrom some parallel operations inside my JBoss ASr following user request from the GUI. In a standalone application i will probaly use J2SE thread pool for perfroming this operations using multiple threads.
      What is the best way to do it inside JBoss AS ? I read its not recommended to create personal threads inside AS.
      Can i access the JBoss thread pool in order to use its threads ?
      Can i create J2SE Thread pool iniside the Jboss AS for doing that operations?
      Thanks
      Ofer