Hi,

  I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience
problems with Apache::ASP $Response->Flush() method, which is supposed to
push already printed data to the client. Although this Flush() method calls
print() method from modperl's Apache request object, the data are still
getting buffered somewhere. The magic $| = 1 in Apache::ASP code doesn't
seem to help. The author of Apache::ASP module says it used to work with
previous versions of Apache and modperl. I even tried manually calling
rflush() method but it didn't help either.
  Are there any mechanisms in modperl code that buffer the data? How to make
Flush() method from Apache::ASP work then?

Regards,
-- 
Szymon Juraszczyk, [EMAIL PROTECTED]
Surfland Computer Systems S.A.
tel. +48 71 78-02-952, http://www.ssk.com.pl/

Reply via email to