Tony Anecito wrote:
Hi Rainer,

I am using Windows 2000 professional so I suspect
Tomcat is using an windows api call that is limited to
15msec resolution even though the %d is advertised as
microsecond resolution.

You are right:

http://blogs.msdn.com/embedded/archive/2006/02/20/535792.aspx

On Windows APR uses GetSystemTimeAsFileTime, which only has a 15ms resolution on x86, although the data structures could store a 100ns resolution.

Wrong platform for fine grained investigations.

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to