On Mon, Oct 22, 2001 at 03:02:25PM -0400, Clark C . Evans wrote: | Suppose I have two servlets A and B. Servlet A executes a | long-running query against PostgreSQL (1-2 seconds) and returns | quite a bit of information. Servlet B is much smaller. | Also suppose that I have a pipe with some pretty decent | latency. Now. Suppose a user using IE Explorer or Netscape | on both Windows or Macintosh hits servlet B. Immediately after | clicking on a link for this servlet (as the page starts to return) | they click on servlet A. Bang. No logs, nothing. The | back-end webware process crashes.
A tid bit of additional information. On Windows, with PythonWin 2.1 I get a "StreamOut" error in the log ... but the AppServer doesn't crash. With Debian Potato Linux (stock install) using Python 2.1.1, Apache/1.3.19 mod_webkit/0.5 mod_ssl/2.4.10. The app app server crashes without an error. This seems independent of the browser or the adapter used (OneShot.cgi, mod_webkit, WebKit.cgi). Any thoughts? Clark _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
