<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18498" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I would like to modify the gettimeofday implementation (provided for Windoze)&nbsp;in groupsockhelper.cpp to make it thread safe for my use. I was planning on using the old implementation which just calls ftime(&amp;tb) to avoid the use of static variables.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I noticed the comments for the routine that QueryPerformanceCounter is more accurate that's why you use it. My question is if I use ftime in each call what kind of side effects will it cause if any?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>pushkar</FONT></DIV></BODY></HTML>