Date: Thu, 27 Jun 1996 14:47:26 -0600 (MDT) From: Brandon Gillespie <brandon@tombstone.sunrem.com> To: freebsd-hackers@FreeBSD.ORG Subject: Re: portable microsecond sleeps Message-ID: <Pine.BSF.3.91.960627143859.637A-100000@tombstone.sunrem.com> In-Reply-To: <199606272015.NAA05677@phaeton.artisoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the great comments, but after peering at the code again I realized the true problem. The developer wrote the code in Windows 95, and is porting it to the two unix servers--I suggested he use select, which he did, but being unfamiliar with the timeval structure he assumed tv_usec was milliseconds, the true problem was he was 'sleeping' with select for 500 microseconds. User Error :b -Brandon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960627143859.637A-100000>