Operating System - HP-UX
1832980 Members
3412 Online
110048 Solutions
New Discussion

Re: Error in web server netscape

 
Marcelo De Florio_1
Frequent Advisor

Error in web server netscape

[30/Jul/2001:10:38:01] failure ( 2145): Error accepting connection -5974, oserr=233 (Insufficient resources)

how can i search information for this ?


MDF
Marcelo De Florio
2 REPLIES 2
Brian Hackley
Honored Contributor

Re: Error in web server netscape

Marcelo,

The message hints that accept() is returning
errno 233 -> ENOBUFS ... this is the behavior on 11.0 and up, so your webserver may need to be updated to retry the accept() call. If you are running Apache, HP submitted a change to Apache 1.39 back in 1999 to do the retry.

hope this helps,

-> Brian Hackley
Ask me about telecommuting!
Marcelo De Florio_1
Frequent Advisor

Re: Error in web server netscape

My web server is netscape 4.1, any recomendation.

how can i search buffers utilization for network ?

Marcelo De Florio