3 Replies Latest reply on May 27, 2003 2:05 PM by adrian.brock

    Thread management in jBoss

    jbrosenberg

      In general, is it ok anywhere in java code running in jBoss to create new threads and use them and terminate them as needed?

      One thing I need is the ability to do timeoutable i/o requests....If it takes longer than a timeout period, I want to have a monitoring thread wake up and bail early, etc......