About two months ago, I was having problems where someone
started to upload a file and canceled half way through.
This causes the webware server to abort and stop processing
clients.   I have a similar problem...

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 have two questions:

  1.  How do I setup a process so that when webware dies
      it auto-restarts?  This is a temporary fix needed
      for this and other problems which may also have the
      same symptoms.
    

  2.  How do I better debug this bugger?  Sorry, I've been
      working on applicaiton logic for some time, so I don't
      have the nitty-gritty details of Webware debugging
      in my pocket.

Also.  I just put into "production" the recent CVS snapshot,
the same problem occurs.

Thanks!

Clark

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

Reply via email to