2 Replies Latest reply on Jun 9, 2010 5:47 AM by peter.kovgan

    Web container and Java 5 Threading

    peter.kovgan

      Hi,

       

      Our application is intended to run many therads.

      It was previously deployed on Websphere(actualy used Java 5 concurrent Lib tools and ran in WebCVontainer )

       

      and now we need transformation - we go Jboss way :).

       

      It runs like 40-50 threads , implemented with Java 5 concurrent library tools, like Executor and Pools

       

      Could we run that application in web container and what solution is preferable?

       

      We manage those threads quite good, we have mechnism to start them and stop,

      plus all concurrent lib pools and executors...

      but is WebContainer of Jboss is reliable enough to run such threads?

       

      Thanks!

       

      Peter.