Posted by J.O. Aho on 11/22/06 13:19
Brent Palmer wrote:
> "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.
>
>
Far easier if you make your audio file at home and then upload it to your host.
//Aho
Navigation:
[Reply to this message]
|