The following reply was made to PR os-solaris/1190; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Eugene Crosser <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-solaris/1190: server processes in keepalive state do not die after keepalive-timeout Date: Thu, 18 Jun 1998 10:36:10 -0700 (PDT) 1.3b5 used USE_PTHREAD_SERIALIZED_ACCEPT on solaris, and 1.3b6 uses USE_FCNTL_SERIALIZED_ACCEPT (as do all the 1.2.x and earlier versions). We switched back to fcntl because the pthread stuff was proving unreliable for a lot of folks... You could try adding EXTRA_CFLAGS=-DUSE_PTHREAD_SERIALIZED_ACCEPT and reconfiguring/compiling. But I really don't see how this will help. That's the only thing I can find... Dean On Thu, 18 Jun 1998, Eugene Crosser wrote: > OK, I am now pretty certain that the fatal change happend between > beta 5 and beta 6. > > Eugene >
