Re: [Mongrel] clients hang on large PUTs to Mongrel::HttpHandler-based web service

2008-06-04 Thread Zed A. Shaw
On Wed, 4 Jun 2008 00:35:16 -0400 "Randy Fischer" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 8:16 PM, Zed A. Shaw <[EMAIL PROTECTED]> wrote: > Naw, it's the content length in the body of a PUT, I ask since I saw > >int content_length Well, looking in the source I can't see where t

[Mongrel] Mongrel as Windows service with normal privileges

2008-06-04 Thread Ingmar Stieger
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I

Re: [Mongrel] Mongrel as Windows service with normal privileges

2008-06-04 Thread Luis Lavena
On Wed, Jun 4, 2008 at 1:37 PM, Ingmar Stieger <[EMAIL PROTECTED]> wrote: > I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 > with a "normal" user account, i.e. a user which belongs only to the Windows > group "Users". The rationale behind this is that running a web server

Re: [Mongrel] clients hang on large PUTs to Mongrel::HttpHandler-based web service

2008-06-04 Thread Randy Fischer
Great! I'll check the content length - right now, it's looking to be some sort of network (maybe firewall) issue. When I have it figured out I will report back. But instrumenting the mongrel handler I wrote shows that it's attempting to put out a reasonable response header. Unfortunately securit