Re: [PHP] php broken pipe

2004-11-17 Thread user
I did and the result is the same. Could this be a bug in the pcntl_fork or pcntl_wait ? The error occours after i the child died. The connection to the database is closed. Thanks Rui Francisco Greg Donald wrote: On Tue, 16 Nov 2004 09:59:57 +, Rui Francisco <[EMAIL PROTECTED]> wrote: I'm usin

Re: [PHP] php broken pipe

2004-11-16 Thread Greg Donald
On Tue, 16 Nov 2004 09:59:57 +, Rui Francisco <[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 followi

[PHP] php broken pipe

2004-11-16 Thread Rui Francisco
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