Re: [PHP-DEV] PHP broken pipe in fork

2004-11-17 Thread Shaun Thomas
[EMAIL PROTECTED] wrote: The child process doesn't use any database connection, just to run some shell scripts, but it closes the connection anyway. You still don't get it. As a fork, the child process has all of the same resources as the parent before the fork occurred. When the child exits,

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-17 Thread user
The child process doesn't use any database connection, just to run some shell scripts, but it closes the connection anyway. I initialy used PEAR DB and then _pconnect functions but the result is the same. Was the bug solved two years ago ? How was it solved ? Thank you Rui Francisco Shaun Thoma

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-16 Thread Sara Golemon
>> I'm using a query in loop and go through all records to do some >> operations in the middle of the script i fork(); to do other things >> When i return to the parent process i try to make one update and i >> get the following error [nativecode=Unable to complete network >> request to host "127.0

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-16 Thread Shaun Thomas
[EMAIL PROTECTED] wrote: I'm using a query in loop and go through all records to do some operations in the middle of the script i fork(); to do other things When i return to the parent process i try to make one update and i get the following error [nativecode=Unable to complete network request to h

[PHP-DEV] PHP broken pipe in fork

2004-11-16 Thread user
Hi, i'm using firebird 1.5.1 on a linux machine with a php script I'm using a query in loop and go through all records to do some operations in the middle of the script i fork(); to do other things When i return to the parent process i try to make one update and i get the following error [nativeco