Mashama McFarlane wrote:
> I am not sure if this is a bug, feature, or whatever but I definitely need
> some answers here.  I ran into some issues when sending a request to a
> servlet that executes native code that takes a long time to terminate (I am
> talking 10s of seconds here).  I am consistently getting a second, sometimes
> a third, duplicate request about 6-8 seconds into the execution of the
> initial request.

Are you certain this second request is functionality of Tomcat?

Could it be your browser, or perhaps a proxy/loadbalancer between
your browser and Tomcat?

You mentioned that the Tomcat server is running a version of Linux, so if you
have root access on the server you're running Tomcat, you should be able to
run tcpdump (or some other network traffic monitor) to see what actually is
coming in from the network.
-- 
..Juha

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to