On Sat, 23 Jun 2007 06:01:57 -0400, "Jeff Higgins"
<oohiggins@yahoo.com> wrote, quoted or indirectly quoted someone who
said :
>thread multiplexing? I hope I haven't misunderstood your request.
><http://www-128.ibm.com/developerworks/library/j-nioserver/>
I think I have found the beast I need. I just now have figure out how
to use it.
It is called java.util.concurrent.Executors.newCachedThreadPool
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Jeff Higgins - 23 Jun 2007 12:23 GMT
> I think I have found the beast I need. I just now have figure out how
> to use it.
>
> It is called java.util.concurrent.Executors.newCachedThreadPool
You should be able to find plenty on that. Sounds like fun. Good luck!