----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> > > Note that native threads will often appear slower
> > than
> > > green threads unless you are using a threadpool.
> >
> > Do you roll-your-own threadpool or can you recommend
> > one?
>
> I have been using ObjectSpace Voyager's ThreadPool
> class, however it would be fairly easy write your own.
> (or find one on the net)
I'm using a slightly modified version of the one at
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
The nice thing about it is that you get the source code (it's in the
public domain).
Andrew.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]