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

2008-08-21 Thread Mashama McFarlane
I don't think any of the subsequent requests are intended functionality of Tomcat. Having a single request be serviced more than once does not make sense to me. I don't think it is a browser issue. I have replicated it with both Firefox and IE. I have replicated it with standard browser POSTs

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,

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

2008-08-20 Thread Juha Laiho
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