Re: apr_memcache operation timeouts

2013-03-22 Thread Joshua Marantz
Thanks very much for doing this, Jeff. Unfortunately scanning your diff I think you wound up taking a snapshot of a patch I'd uploaded to the bug, but not updated after several subsequent bug fixes. The golden copies are in

Re: mod_proxy_websocket

2013-03-22 Thread Stefan Fritsch
On Tuesday 19 March 2013, Jim Jagielski wrote: This would be EXTREMELY easy just using -notes But having to do a hash lookup in -notes on every read from the network seems rather inefficient to me. I think an optional function or a field in conn_rec would be better. If we added field in

Re: svn commit: r1451478 - /httpd/httpd/trunk/server/util_script.c

2013-03-22 Thread Stefan Fritsch
On Tuesday 19 March 2013, Marion Christophe JAILLET wrote: Le 18/03/2013 22:43, Stefan Fritsch a écrit : On Thursday 14 March 2013, you wrote: BTW, I tried to activate pool debug with using |-enable-pool-debug=all but the server crashes while starting |on my test machine. Do

Re: svn commit: r1451478 - /httpd/httpd/trunk/server/util_script.c

2013-03-22 Thread Marion Christophe JAILLET
Yes, i work and test on trunk. I'll give it a try. Thx CJ Le 22/03/2013 22:14, Stefan Fritsch a écrit : On Tuesday 19 March 2013, Marion Christophe JAILLET wrote: Le 18/03/2013 22:43, Stefan Fritsch a écrit : On Thursday 14 March 2013, you wrote: BTW, I tried to activate pool debug with

Re: mod_proxy_websocket

2013-03-22 Thread Graham Leggett
On 22 Mar 2013, at 10:54 PM, Stefan Fritsch s...@sfritsch.de wrote: On Tuesday 19 March 2013, Jim Jagielski wrote: This would be EXTREMELY easy just using -notes But having to do a hash lookup in -notes on every read from the network seems rather inefficient to me. I think an optional

Re: svn commit: r1451478 - /httpd/httpd/trunk/server/util_script.c

2013-03-22 Thread Christophe JAILLET
I still have the same issue with mpm worker but it works with prefork. It is enough for what I want to do. Thx CJ