> - apr_sleep(apr_time_from_sec(1)); > + apr_sleep(apr_time_from_sec(1) - apr_time_now());
The result of that subtraction is roughly negative one billion. --Brian
> - apr_sleep(apr_time_from_sec(1)); > + apr_sleep(apr_time_from_sec(1) - apr_time_now());
The result of that subtraction is roughly negative one billion. --Brian