Ruediger Pluem wrote:

I guess this leaves us to the question whether we need to be able to set
connectiontimeouts below one second.

Right now we are using a simple atoi for parsing those
config values. Some more advanced function for parsing the
time should be added thought.
Eg.
timeout=30 (defaults to seconds)
timeout=30ms
timeout=30us
timeout=30s[ec]
timeout=1min
timeout=1h

This would be similar what we have for parsing some
file sizes across the conf (1024, 1K, 1M, ...)

I'm not aware of any standard defining that, but
since we underneath use apr_time anything
from 1us should be valid time (weather it makes
sense is a different story).

Regards
--
^(TM)

Reply via email to