Re: [Speedycgi-users] CGISpeedy: Browser not returning "DONE" when done.
Brought to you by:
samh
|
From: Sam H. <sa...@da...> - 2004-05-16 05:39:54
|
THis is usually caused by a process started by the CGI that continues running after the CGI is done. If the background process continues to keep stdout open, your web server won't see an EOF on the pipe, so it just hangs. Oracle is known to do this - this is documented with a workaround in the SpeedyCGI documentation under Frequently Asked Questions. > Greetings, > > CGI Speedy has been a really great addition to my Perl toolkit. It > speeds up my CGI scripts tremendously. Thanks! I am however having one > small side-effect which I am hoping you could explain or offer tips on how > to fix: When the CGI script loads for the 1st time, the browser (it does > not matter which one I use - IE, Firebird, Mozilla, Netscape), does not > return "Done" until you hit the "Stop" button or follow another link or the > "-T<sec>" value is reached (the little browser icon continues to spin, even > though the entire page content has been displayed). However, on subsequent > hits on the same instance, it works fine. This seems to only happen on our > "webfarm" servers (a cluster of Solaris servers, any of which can service a > request and this happens no matter which machine services the request). It > does not matter which CGO script I run. (And of course on our "test" > Solaris servers, this does not happen) It's not a major problem, but is an > annoyance to my users and It generates calls. I am running Speedy v2.11, > and the admins will resist upgrading. > > Thanks in advance. > > Jim Turner > Jim...@lm... > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Speedycgi-users mailing list > Spe...@li... > https://lists.sourceforge.net/lists/listinfo/speedycgi-users > |