List:General Discussion« Previous MessageNext Message »
From:Rasmus Lerdorf Date:July 10 1999 7:48am
Subject:Re: [PHP3] simultaneous connections to mySQL
View as plain text  
> Hi, thanks for the response... its just that if I wanted to do this within
> one script, is there any way to process one command before the previous one
> has executed.  I know it is possible to hold open connections
> simultaneously, but since PHP is interpreted, is it is possible to do
> 'background processes' like a fork() command in C?

Can't be done.  You only have a single thread when parsing a PHP script.

-Rasmus

Thread
simultaneous connections to mySQLAdam Powell10 Jul
  • Re: [PHP3] simultaneous connections to mySQLRasmus Lerdorf10 Jul
    • Re: [PHP3] simultaneous connections to mySQLAdam Powell10 Jul
      • Re: [PHP3] simultaneous connections to mySQLRasmus Lerdorf10 Jul
  • Re: simultaneous connections to mySQLJunster11 Jul