At 05:19 PM 3/31/00 -0800, you wrote:
>
>my understanding is that you _must_ know the message size in advance and
>generate all the appropriate headers (one of them being the size of the
>body to follow ... and that's very important since there is no otherway to
>know when the whole body has been received) ... embperl may well do that
>for you by buffering all the output...
are you saying that with Apache::Registry, I can write a perl scripted
dynamic page that can have "Connection: Keep-Alive"?
my .pl scripts puts all output into one single variable $HTTP
and at the very end of the script, it performs print $HTTP;
no print or output to STDOUT is done other than that one.
therefore, the size of the document can be determined before
any IO can be done.
i'll try that one out now.
>
>On Sat, 1 Apr 2000, Jaime Teng wrote:
>
>> At 04:48 PM 3/31/00 -0800, Cliff Rayman wrote:
>> >my pages end in '.htm' but they are
>> >dynamically generated.
>>
>> ps.
>>
>> are these ".htm" generated by perl?
>>
>> you mentioned embperl... I dont use embperl.
>> I strictly use a ".pl" file there must be an
>> execution difference there making your situation
>> different from mine.
>>
>>
>> >
>> >cliff rayman
>> >genwax.com
>> >
>> >Jaime Teng wrote:
>> >
>>
>
>----------------------------------------------------------------------
>[EMAIL PROTECTED] | Courage is doing what you're afraid to do.
>http://BareMetal.com/ | There can be no courage unless you're scared.
> | - Eddie Rickenbacker
>