On 03/11/2010 05:17 PM, Costin Manolache wrote:
And what is the problem you are trying to solve ?


Those are the same one for which modern web servers
have multiple worker processes.
One JVM crash doesn't kill the server, recycle the
worker process on some condition (memory leak, number of
requests, cpu outage, etc. )

The old in-process' goal was speed - replacing marshalling with JNI. I don't
think it gained much.


More important one is to use the web server connectors directly.
It's not about speed, but about eliminating connector as a
point of failure.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to