RE: cpu 100%

2011-04-04 Thread Niko Goutte
Date: Thu, 31 Mar 2011 19:25:58 +0200 Subject: Re: cpu 100% From: sor...@gmail.com To: modules-dev@httpd.apache.org On Thu, Mar 31, 2011 at 19:10, Niko Goutte ngou...@hotmail.com wrote: Date: Thu, 31 Mar 2011 18:22:34 +0200 Subject: Re: cpu 100% From: sor...@gmail.com To:

Re: Handling APR_HAS_LARGE_FILES

2011-04-04 Thread Ignaz Birnstingl
2011/3/31 Ignaz Birnstingl ign...@gmail.com: 2011/3/30 Ben Noordhuis i...@bnoordhuis.nl: On Wed, Mar 30, 2011 at 16:25, Ignaz Birnstingl ign...@gmail.com wrote: we are trying to develop a proprietary (i.e. closed-source, binary-shipped) Apache module and have run into troubles with binary

Changing request method

2011-04-04 Thread Jason Cwik
Hi all, I'm trying to write a module that will improve REST compatibility with Flex JS by implementing support for X-Http-Method-Override to change the request method when only GET/POST are the only methods supported from the client. I've read the modules book and looked through lots of other

Re: Changing request method

2011-04-04 Thread Jason Cwik
Sent from my iPhone On Apr 4, 2011, at 5:49 PM, Ben Noordhuis i...@bnoordhuis.nl wrote: On Tue, Apr 5, 2011 at 00:10, Jason Cwik ja...@connecticinc.com wrote: I'm trying to write a module that will improve REST compatibility with Flex JS by implementing support for X-Http-Method-Override

Re: svn commit: r1087862 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

2011-04-04 Thread Jim Jagielski
On Apr 3, 2011, at 9:36 AM, Ruediger Pluem wrote: @@ -436,6 +443,7 @@ static apr_status_t slotmem_attach(ap_sl res = (ap_slotmem_instance_t *) apr_pcalloc(gpool, sizeof(ap_slotmem_instance_t)); res-name = apr_pstrdup(gpool, fname); +

Re: slotmem_plain slotmem consumers

2011-04-04 Thread Jim Jagielski
On Apr 2, 2011, at 7:28 PM, Gregg L. Smith wrote: Nor would I expect you to. At minimum a hint in the consumers that mod_slotmem_shm should be loaded. The current error message is not very clear to a user IMO. mod_heartmonitor does this, explicitly says mod_watchdog is needed should it

re: 5.3.6

2011-04-04 Thread Pierre Joye
hi, Sorry for creating a new thread, I tried to get the thread in separate mails but failed, and for the late reply. dev Digest of: get.71102_71118 Topics (messages 71102 through 71118): PHP5.3.6 -- Forwarded message -- From: Rich Bowen rbo...@rcbowen.com To:

Re: 5.3.6

2011-04-04 Thread William A. Rowe Jr.
On 4/4/2011 5:53 PM, Pierre Joye wrote: It is also much easier to write clean enough code with these versions than with the VC6 crt (mingw included) Just to clarify, the mingw stuff I've been watching is at msvcr80, not msvcrt. YMMV.