I just saw this behavior in svn trunk on Simple with not just POST, also 
PROPFIND and PUT ... anything with an entity body in the request.  I worked 
around it with the new Request.release() mechanism, but was not able to locate 
the underlying cause.

-----Original Message-----
From: "Adam Taft" <[EMAIL PROTECTED]>
To: [email protected]
Sent: 8/15/07 5:10 PM
Subject: Re: Keep Alive Problem with Simple Framwork

Alex,

The only resolve I found was to switch to Jetty.  I didn't do anything 
more, as I couldn't determine whose fault it was (restlet or simple).

I'd suggest using Jetty.

Adam


Alex Milowski wrote:
> On 6/4/07, Adam Taft <[EMAIL PROTECTED]> wrote:
>> I've discovered a problem with the Simple framework web server in
>> conjunction with Keep Alive.  Basically, it seems triggered by two POST
>> requests in a row.  The first POST request works fine, however a
>> followup POST request will hang.  Once a certain time has passed (in
>> Firefox I believe it's 30 seconds), another POST request will go through.
> 
> Was this ever resolved?  I don't see an issue filed on this one.
> 
> I've been testing atomojo and found the same issue.
> 
> I suppose I should just switch from the simple framework to Jetty.
> 
> --Alex Milowski

Reply via email to