5 messages in com.mysql.lists.mysqlRe: [PHP3] simultaneous connections t...
FromSent OnAttachments
Adam Powell09 Jul 1999 15:42 
Adam Powell09 Jul 1999 16:37 
Rasmus Lerdorf10 Jul 1999 00:03 
Rasmus Lerdorf10 Jul 1999 00:47 
Junster10 Jul 1999 16:50 
Subject:Re: [PHP3] simultaneous connections to mySQL
From:Rasmus Lerdorf (ras@lerdorf.on.ca)
Date:07/10/1999 12:47:50 AM
List:com.mysql.lists.mysql

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