Posted by Brent Palmer on 11/22/06 14:05
"J.O. Aho" <user@example.net> wrote in message
news:4sj13pFvuhreU1@mid.individual.net...
> 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
I'm looking at this from a live stream point of view.
[Back to original message]
|