Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-21 Thread Christoph Zwerschke
Jehiah Czebotar schrieb: It's a problem in ThreadedAppServer keeping track of the # of bytes remaining to be read from the socket, which is only apparent when there is some delay in receiving data. (which for me means when webkit and apache are on different servers). So that also explains why

[Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
I'm in the process of upgrading to Webware 1.0 and when i'm trying use use webkit (via mod_webkit2) i get this error File /usr/local/Webware/WebKit/ThreadedAppServer.py, line 916, in receiveDict return loads(chunk) EOFError: EOF read where object expected I am only having this problem on

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jason Hildebrand
Hi Jehiah, Is this happening on some requests (occasionally), or on every request? If only occasionally, it's possible that some network tool or software is connecting directly to your appserver (on port 8080 or whatever you are using), and that the request is not coming via Apache. I've seen

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
Thanks for the ideas Jason, i actually just nailed the problem (after troubleshooting along with a few other people for a few days) I opened this bug for it (with a patch attached) https://sourceforge.net/tracker2/?func=detailaid=2524767group_id=4866atid=104866 It's a problem in

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Christoph Zwerschke
Jason Hildebrand schrieb: If only occasionally, it's possible that some network tool or software is connecting directly to your appserver (on port 8080 or whatever you are using), and that the request is not coming via Apache. I've seen this happen; the solution is to firewall the