RE: Unbuffered Output

2000-06-22 Thread Gerald Richter
> I tried the SetEnv EMBPERL_OPTIONS 2112, but that didn't work. That should work. > I > also tried > adding a > [- $ENV{EMBPERL_OPTIONS} |= 64 ; -] > to the top of the html file, but that didn't work either. > No, this can't work, because Embperl need to know this before the page start. > Am

RE: Unbuffered Output

2000-06-22 Thread Wim Kerkhoff
On 22-Jun-2000 Gerald Richter wrote: > > optEarlyHttpHeader must be set before the script starts, i.e. via SetEnv > EMBPERL_OPTIONS xxx, but Apache let you do this only for the whole (virtual) > host. > > So what I would do is to copy embpcgi.pl to another name and put a > > $ENV{EMBPERL_OPTION

RE: Unbuffered Output

2000-06-22 Thread Gerald Richter
Hi, > > I am returning a rather lengthy result of a database query and I want to > unbuffer the page so the results start returning before the entire page is > generated. Do I use optEarlyHttpHeader? > Yes > I am currently using the CGI script method embpcgi.pl to invoke > embperl. How > do I te