Aaron Bannert wrote:
On Sun, Aug 04, 2002 at 06:29:34PM -0000, [EMAIL PROTECTED] wrote:

wrowe       2002/08/04 11:29:33

 Modified:    include  apr_time.h
              time/unix time.c
              time/win32 time.c
 Log:
   Time in exact ms intervals can be very useful in benchmarking... this
   patch defines a general API for doing so if the platform supports
   toggling the clock resolution.  Don't recommend doing so for HTTPD,
   but flood and ab should appreciate it.


I'm just wondering if we this API could work in the reverse way.
so for example we could tell the apr_time interface that we only want responses with 1 second increments, allowing apr-time to do some internal magic to store the time, and various formating of it. essentially putting all the time-caching stuff backing into the main APR.


--Ian



Reply via email to