>>>>> "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 waittime = 1024 * 16;

Correction, I meant apr_time_from_msec() and perhaps its absence(**)
from APR explains the above? I see there's an apr_time_make() which
would be the next best thing.


regards

|<evin

** looks like apr_time_from_msec appears in 1.4
   
   http://svn.apache.org/viewvc?view=revision&revision=706458

-- 
Kevin J Walters                      Morgan Stanley
[email protected]                           25 Cabot Square
Tel: 020 7425 7886                   Canary Wharf
Fax: 020 7056 6401                   London E14 4QA

Reply via email to