Posted by Brent Palmer on 11/22/06 12:26
"J.O. Aho" <user@example.net> wrote in message
news:4si9mkFvpttvU1@mid.individual.net...
> Brent Palmer wrote:
>
>> flush();
>> while(!$shutdown_flag) {
>> $buf=fread($sp,4096);
>> if (feof($sp)) $shutdown_flag=1;
>> echo $buf;
>> flush();
>> usleep(75000);
>> // DB stuff here
>> }
>> }
>
> Just a multi->multi
Not so. The information will be stored locally so all connections will
access this one lot of info.
One connection from home to web server. Multi connections out from web
server.
This will be an interesting concept if it works.
Navigation:
[Reply to this message]
|