<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=PHP_Fork</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/5186" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/5186">
      <title>PHP_Fork: Bug 5186 [Open] IPC Share memory segments stay resident</title>
      <link>http://pear.php.net/bugs/5186</link>
      <content:encoded><![CDATA[<pre>PHP_Fork Bug
Reported by leandro@...
2005-08-23T15:05:55+00:00
PHP: 4.3.11 OS: Linux Slackware 9.1.0 Package Version: 

Description:
------------
When you create a lot of new processes (and stoping them) using the class php_fork.php (version 1.1), a lot of shared memory segments stays active. If you execute the comand &quot;ipcs&quot; on the shell, you will see them. It keeps creating them (for process inter-communication) indefinetely. So that it reaches the shared memory limit and no other proccess can create any shared segments anymore. i had to manually clear them using ipcrm to continue using the system without the need of reboot. I ended up removing the code for process communication, to use it sucessfully. (sorry for the poor english =)</pre>]]></content:encoded>
      <description><![CDATA[<pre>PHP_Fork Bug
Reported by leandro@...
2005-08-23T15:05:55+00:00
PHP: 4.3.11 OS: Linux Slackware 9.1.0 Package Version: 

Description:
------------
When you create a lot of new processes (and stoping them) using the class php_fork.php (version 1.1), a lot of shared memory segments stays active. If you execute the comand &quot;ipcs&quot; on the shell, you will see them. It keeps creating them (for process inter-communication) indefinetely. So that it reaches the shared memory limit and no other proccess can create any shared segments anymore. i had to manually clear them using ipcrm to continue using the system without the need of reboot. I ended up removing the code for process communication, to use it sucessfully. (sorry for the poor english =)</pre>]]></description>
      <dc:date>2005-08-23T15:05:55+00:00</dc:date>
      <dc:creator>leandro &amp;#x61;&amp;#116; cnts &amp;#x64;&amp;#111;&amp;#x74; com &amp;#x64;&amp;#111;&amp;#x74; br</dc:creator>
      <dc:subject>PHP_Fork Bug</dc:subject>
    </item>
</rdf:RDF>
