> We've never had a tomcat CPU usage problem, and we analyze it on an
> ongoing basis with top, truss, some in-house tools.  Not saying you
> couldn't have one, but I'd be very curious whether your apps running on
> tomcat do anything while "idle".

I've tried it plain "out-the-box" with absolutely no servlets,jsp's
etc. defined at all (all the "example", "ROOT" etc webapps deleted)

It seems to be using a very short timeout on the poll() call :

    poll(0xFA281A38, 0, 10)

.. only 10 milliseconds, whereas something like apache seems to use 
a timeout of 1000

I would be interested to know what timeout your installation of tomcat
uses.

Matt

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to