[open-ils-commits] r8379 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 11 20:27:17 EST 2008
Author: miker
Date: 2008-01-11 20:02:23 -0500 (Fri, 11 Jan 2008)
New Revision: 8379
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
force flushing of the apache/mod_perl buffer after each record
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2008-01-11 15:47:11 UTC (rev 8378)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2008-01-12 01:02:23 UTC (rev 8379)
@@ -251,6 +251,8 @@
$r->print($req->as_usmarc);
}
+ $r->rflush();
+
} otherwise {
my $e = shift;
warn "\n$e\n";
More information about the open-ils-commits
mailing list