Geoff, thank you for your help.

| What OS are you using?

Debian Potato (Linux 2.2.19)

| and which adapter are you using?  Does it make a 
| difference if you switch to the CGI adapter?

mod_webkit; the problem is independent of adapter.

| Does file uploading still cause Webware to abort even with the latest 
| release?  Is it reliably reproducible, for example with the FileUpload 
| example servlet?

This was fixed in the latest release, thanks!

| Does the WebKit process actually exit? 

Yes.  If I have WebKit running in a window
it returns me back to the command prompt.

| >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.
| 
| I seem to remember someone else having problems with Webware crashing due 
| to a bug in the PostgreSQL module.  They upgraded to a newer version of the 
| PostgreSQL Python module and the crashes went away.  You might want to look 
| in the mail list archives for more information about that.

Hmm.  Perhaps this may be the problem; if the connection
stops before the PostgreSQL stops returning data.  Hmm.
I'll look into this in more detail.

| On Unix, there's Monitor.py.  I haven't ever used it though.

I'll see if it helps!

| On Windows, do you get a full traceback? 

No traceback...

  Listening on ('127.0.0.1', 8086)
  Creating 10 threads..........
  Ready

  StreamOut Error:  (10053, 'Software caused connection abort')
  StreamOut Error:  (10053, 'Software caused connection abort')


Thank you... this bug hurts bad since a few of 
my alpha users keep bringing the server down.

Best,

Clakr

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to