Re: on profiling, multithreading, and file I/O.

2000-01-27 Thread teunis
On Thu, 27 Jan 2000, Paul Duran wrote: > On Wed, Jan 26, 2000 at 11:34:00PM -0700, teunis wrote: > [snip] > > > > > Using a socketpair takes ~17000 milliseconds just to poll(..) to see if > > there's data. Is there a better way? > > I -need- to shave this ~17000 milliseconds off! > > 17000 mi

Re: on profiling, multithreading, and file I/O.

2000-01-26 Thread Paul Duran
On Wed, Jan 26, 2000 at 11:34:00PM -0700, teunis wrote: [snip] > > Using a socketpair takes ~17000 milliseconds just to poll(..) to see if > there's data. Is there a better way? > I -need- to shave this ~17000 milliseconds off! 17000 milliseconds = 17 seconds... are you sure you dont mean micr