Re: sending data to output filter

2008-06-11 Thread Nick Kew
On Tue, 10 Jun 2008 23:35:42 +0200 Tamas Palagyi [EMAIL PROTECTED] wrote: If the ap_pass_brigade() returned means that all my data has been sent successfully? Yes - to the next filter in the chain (if pass_brigade returned success). Is ap_pass_brigade going to block till all data

Re: sending data to output filter

2008-06-11 Thread Tamas Palagyi
Thanks Nick, I am writing a module that have similar proxy functionality as mod_proxy_connect: proxying traffic from client nodes to internal nodes those speaking their unknown binary protocol. The difference that I use the bucket/brigades IO to be able to use the filter infrastructure. Mainly

Re: Response Time and mod_rt

2008-06-11 Thread ed
On Tue, 10 Jun 2008 19:40:14 -0700 (PDT) N S [EMAIL PROTECTED] wrote: Where can I get the mod_rt module? Or can someone send it to me? Cause I want to know each request response time in my Apache access_log? Or any other way that I don't know? http://modules.apache.org/search.php Although