Re: Receiving duplicate requests when code that processes the initial request blocks for a long time ...

2008-08-20 Thread Mashama McFarlane
so I guess that answers the proxy/loadbalancer question. I will look into using tcpdump to make sure subsequent requests are not arriving through the network. Thanks for your assistence. m. On Thu, Aug 21, 2008 at 1:38 AM, Juha Laiho <[EMAIL PROTECTED]> wrote: > Mashama McFarlane wrote: &

Receiving duplicate requests when code that processes the initial request blocks for a long time ...

2008-08-20 Thread Mashama McFarlane
Hi, 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, somet