[EMAIL PROTECTED]
> Hello,
> 
> Browser is displaying "Connection reset by peer" in recv 
> (Adapter.py) when
> I submit a long running request, why ?. AppServer however 
> continues running
> the thread. Is there a timeout elsewhere in AppServer ?, is a TCP/IP
> problem ?
> 
> How can I make a long running request without reseting connection ?.
> 
> Test data:
> Platform: Webware 0.7 WIN32
> Quick test: Modify any example servlet and put "while 1: 
> pass" then call
> it.
> 
> Thanks in advance.

I discovered this "feature" myself a few weeks ago.  It only happens on
Windows, not on Linux.

Read this thread from comp.lang.python for more information:

http://groups.google.com/groups?hl=en&th=2884a39512f33260&rnum=1

There are apparently some Registry variables that can be tweaked to possibly
make this behavior stop happening.  I just gave up and reworked my servlets
so that they don't take more than 4 minutes :-)

- Geoff

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

Reply via email to