Hi,

I am trying to send a POST request to my restlet service. 

I am getting the POST data and performing some time consuming operations which 
takes about 1 minute.

In the mean time, either the request is timing out or the restlet server is 
sending a response back to the client but the server is always creating a 
second request. 

The form is being submitted only once. I cross verified the same with Firebug.
Also I tried sending a POST request from curl via command prompt, to make sure 
only 1 request is sent.

So now while the first request is still under process, there is a second 
request which is created.

If my method doesn't perform any time consuming operations (very expensive 1 
minute), then there is no second request created by the restlet server.

What I fail to understand is, 

how the second request is being created ? 
why is it being created ?
what triggers it to be created ? is there any timeout happening on the request ?

Please enlighten me. Appreciate your responses.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2900438

Reply via email to