From: miker Date: Sat, 12 Jan 2008 01:02:23 +0000 (+0000) Subject: force flushing of the apache/mod_perl buffer after each record X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5c236f2743472eb25171e521625d0c1848de6070;p=Evergreen.git force flushing of the apache/mod_perl buffer after each record git-svn-id: svn://svn.open-ils.org/ILS/trunk@8379 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index 3c38cd1129..de2b2b3e5a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -251,6 +251,8 @@ sub handler { $r->print($req->as_usmarc); } + $r->rflush(); + } otherwise { my $e = shift; warn "\n$e\n";