[PHP-DB] oncurrence problem with PEAR:MDB2 + msqli driver in forked CLI environment

2013-07-04 Thread Toni Moreno
Hi. I have a found a very strange and big concurrence problem after develop a CLI tool which parallelizes data processing by using pcntrl_fork, ( If we run the same executions sequentially the result is correct) The trouble appears when some of the child processes die while trying to access

Re: [PHP-DB] oncurrence problem with PEAR:MDB2 + msqli driver in forked CLI environment

2013-07-04 Thread Matijn Woudt
On Thu, Jul 4, 2013 at 6:09 PM, Toni Moreno toni.mor...@gmail.com wrote: Hi. I have a found a very strange and big concurrence problem after develop a CLI tool which parallelizes data processing by using pcntrl_fork, ( If we run the same executions sequentially the result is correct)