[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,
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
>> 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
[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
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