<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Apache &amp;quot;[error] (233)No buffer space available: accept: (client socket) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347362#M191789</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use the itrc to search the knowledge database for document&lt;BR /&gt;&lt;BR /&gt;KBRC00009318&lt;BR /&gt;Apache 1.3 Web Server Performance Tuning on HP-UX 11.x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should enable you to solve your problems&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Aug 2004 01:44:17 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2004-08-03T01:44:17Z</dc:date>
    <item>
      <title>Apache "[error] (233)No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347359#M191786</link>
      <description>Getting this error in apache log &lt;BR /&gt;on hpu-ux 11 (apache version Server version: Apache/1.3.14 (Unix))&lt;BR /&gt;&lt;BR /&gt;What buffer space does it mean ? how to check buffer space and finally How to fix it ?&lt;BR /&gt;A CA helpdesk application using apache is having problems to the point no users can't access the web client. So app. admin have to recycle the app.and then all is fine ? Trying to rule out this "No buffer space " option. Also, see the message even when app is up and is working fine.</description>
      <pubDate>Mon, 02 Aug 2004 15:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347359#M191786</guid>
      <dc:creator>Sammy_2</dc:creator>
      <dc:date>2004-08-02T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Apache "[error] (233)No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347360#M191787</link>
      <description>It would appear you are running out of resources.  I would monitor performance with glance or a set of data collection scripts. I'm attaching the ones I do. Look for issues in the data corresponding to the log entries in the apache log.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 02 Aug 2004 15:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347360#M191787</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-02T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apache "[error] (233)No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347361#M191788</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's an explanation of the problem :&lt;BR /&gt;Â· Client initiates a connection to the server&lt;BR /&gt;Â· Server is busy and so, the connect request goes to the accept queue&lt;BR /&gt;Â· Client times out at around the same time that the Server starts to&lt;BR /&gt;Â· respond to the request&lt;BR /&gt;Â· Server tries to accept the connection, but then the client has already&lt;BR /&gt;Â· sent a CONNRESET signal, the connection buffers (on the server) are&lt;BR /&gt;Â· freed.&lt;BR /&gt;Â· Server sees that there's no connection buffer, it gets back ENOBUFS from&lt;BR /&gt;Â· the TCP stack, and hence complains..&lt;BR /&gt;This is a problem in the handling of the ENOBUFS in Apache.  The problem&lt;BR /&gt;can be mitigated by raising the value of:&lt;BR /&gt;  tcp_conn_request_max&lt;BR /&gt;But the real solution is to use Apache 2.0.  This issue has been resolved (the&lt;BR /&gt;fix is to treat ENOBUFS the same as ECONNRESE</description>
      <pubDate>Mon, 02 Aug 2004 17:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347361#M191788</guid>
      <dc:creator>Shine_5</dc:creator>
      <dc:date>2004-08-02T17:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apache "[error] (233)No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347362#M191789</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use the itrc to search the knowledge database for document&lt;BR /&gt;&lt;BR /&gt;KBRC00009318&lt;BR /&gt;Apache 1.3 Web Server Performance Tuning on HP-UX 11.x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should enable you to solve your problems&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2004 01:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-quot-error-233-no-buffer-space-available-accept-client/m-p/3347362#M191789</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-03T01:44:17Z</dc:date>
    </item>
  </channel>
</rss>

