You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by James Carpenter <na...@yahoo.com> on 2003/07/02 22:38:25 UTC

Java Process Pool

Does anyone know of a convenient way to create a Java process pool.  A thread pool won't work as I am trying to pool some JNI code wrapping a C library that isn't thread safe.

I would rather not have to create my own pooling mechanism.

Sincerely,
James Carpenter
Email: nawkboy@yahoo.com