Mika Borner wrote: > > Mika Borner wrote: > >Darren Reed wrote: > >> > >>Is any of this driven out of inetd? > >> > >> > >No, its a separate process, that spawns LWPs > > > > I have now trussed the irresponsive process and can see: > > /3: lwp_park(0xFEFD7DA8, 0) Err#62 ETIME > > A couple of minutes later all network interfaces stalled. > > What is this ETIME error?
lwp_park() was called with a timeout period. An exit with ETIME just means that the timeout expired. It isn't necessarily an error. David > > Overall I had about 26000 established connections, as shown by netstat. > > Cheers > Mika > > > > _______________________________________________ > perf-discuss mailing list > perf-discuss@opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org