ap_reclaim_child_processes() and initialisation of waittime

2009-12-29 Thread Kevin J Walters
Hi, I noticed this in 2.2.14 and trunk in ./httpd/server/mpm_unix.c - it looks unusual in the sense that waittime is initialised with an integer value rather than using apr_time_msec()? void ap_reclaim_child_processes(int terminate) { apr_time_t waittime = 1024 * 16; regards |evin --

ap_reclaim_child_processes() and initialisation of waittime

2009-12-29 Thread Kevin J Walters
K == Kevin J Walters writes: K I noticed this in 2.2.14 and trunk in ./httpd/server/mpm_unix.c - it K looks unusual in the sense that waittime is initialised with an K integer value rather than using apr_time_msec()? K void ap_reclaim_child_processes(int terminate) K { K apr_time_t

Re: svn commit: r894298 - in /httpd/httpd/trunk: docs/manual/mod/mod_autoindex.html.en docs/manual/mod/mod_autoindex.xml modules/generators/mod_autoindex.c

2009-12-29 Thread Nick Kew
On 29 Dec 2009, at 02:18, rbo...@apache.org wrote: Author: rbowen Date: Tue Dec 29 02:18:55 2009 New Revision: 894298 URL: http://svn.apache.org/viewvc?rev=894298view=rev Log: Adds alternating CSS classes to table rows for trendy striped table support. FWIW, there's an open PR in

Re: svn commit: r894298 - in /httpd/httpd/trunk: docs/manual/mod/mod_autoindex.html.en docs/manual/mod/mod_autoindex.xml modules/generators/mod_autoindex.c

2009-12-29 Thread Rich Bowen
On Dec 29, 2009, at 12:20 , Nick Kew wrote: On 29 Dec 2009, at 02:18, rbo...@apache.org wrote: Author: rbowen Date: Tue Dec 29 02:18:55 2009 New Revision: 894298 URL: http://svn.apache.org/viewvc?rev=894298view=rev Log: Adds alternating CSS classes to table rows for trendy striped table

Re: Per module LogLevel configuration

2009-12-29 Thread Paul Querna
On Tue, Dec 29, 2009 at 1:30 AM, Ruediger Pluem rpl...@apache.org wrote: On 28.12.2009 18:28, Stefan Fritsch wrote: On Monday 28 December 2009, Paul Querna wrote: You describe the internal arg processing.  Keep in mind that fn args aren't conditionally processed, they must be created before

Upload a file in C

2009-12-29 Thread Jean-Michel Personne
Hello, For the fun, I want to upload a file in C not in perl... I tried to find some example with google but nothing :( Does anyone have a example for me ?

Re: todos for 2.3.1-alpha

2009-12-29 Thread Sander van Zoest
On Fri, Dec 12, 2008 at 4:45 PM, Takashi Sato taka...@lans-tv.com wrote: On Fri, 12 Dec 2008 12:27:11 -0800 Paul Querna c...@force-elite.com wrote: Anything else anyone thinks would be good to get in? How about increasing worker_score::request? This was originally proposed in Oct 2007.