Re: Behaviour for Connection: close

2008-02-01 Thread Nick Kew
On Fri, 01 Feb 2008 11:59:56 -0500 Ronald Park [EMAIL PROTECTED] wrote: I'm writing a module which is intended to do it's work 'asynchronously'. My module takes the body of a POST, stores it into a note and immediately generates a response code of 200. Someone already mentioned 202:-) Is

Re: PR42829: graceful restart with multiple listeners using prefork MPM can result in hung processes

2008-02-01 Thread Stefan Fritsch
Joe Orton wrote: I mentioned in the bug that the signal handler could cause undefined behaviour, but I'm not sure now whether that is true. On Linux I can reproduce some cases where this will happen, which are all due to well-defined behaviour: 1) with some (default on Linux) accept mutex

Re: Transfer time in apache

2008-02-01 Thread Akins, Brian
On 1/30/08 11:25 PM, Niko Wilfritz Sianipar Sianipar [EMAIL PROTECTED] wrote: Please help me with this problem: HOW TO get/know/calculate transfer time of a packet not the entire of a file (just a packet) that just sent to a client in Apache web server? Register a network filter on the

Re: Gentle reminder of outstanding contributed patches

2008-02-01 Thread Jim Jagielski
On Jan 31, 2008, at 4:35 PM, André Malo wrote: * William A. Rowe, Jr. wrote: Jose, thank you for the gentle reminder. They really do work :) I'll review the trunk patch and its test for location in subrequests, and propose for backport, since this is all tied into several bug fixes

Behaviour for Connection: close

2008-02-01 Thread Ronald Park
I'm writing a module which is intended to do it's work 'asynchronously'. My module takes the body of a POST, stores it into a note and immediately generates a response code of 200. Then, during the logging stage, it does that actual work (in my case, writing stuff into a db). I have 'KeepAlives

Re: svn commit: r617656 - /httpd/httpd/branches/2.2.x/STATUS

2008-02-01 Thread Mladen Turk
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=617656view=rev Log: * Add non functional comment patch and vote. Are we really gone that far? I simply wouldn't have the nerves for something like that :) Regards, Mladen

Re: svn commit: r617656 - /httpd/httpd/branches/2.2.x/STATUS

2008-02-01 Thread Ruediger Pluem
On 02/01/2008 10:57 PM, Mladen Turk wrote: [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=617656view=rev Log: * Add non functional comment patch and vote. Are we really gone that far? I simply wouldn't have the nerves for something like that :) It was my patch and I

Balasan: Re: Transfer time in apache

2008-02-01 Thread Niko Wilfritz Sianipar Sianipar
How to do that?? What must I know about network filter?? Akins, Brian [EMAIL PROTECTED] wrote: On 1/30/08 11:25 PM, Niko Wilfritz Sianipar Sianipar wrote: Please help me with this problem: HOW TO get/know/calculate transfer time of a packet not the entire of a file (just a packet) that