[mod_python] Write errors (client closed connection)

Jack Diederich jack_diederich at email.com
Thu Nov 14 18:08:37 EST 2002


This is also why apache recomends you run a proxy server in front of
your dynamic perl/python/whatever server.  The proxy server gets the client
close, but the mod_python server runs the process to completion.  If
you depend on something running all the way through without errors
(your code is bug free, right?) then you should really have a proxy
server in between you and the big bad world.

-jack

----- Original Message -----
From: "Gregory (Grisha) Trubetskoy" <grisha at modpython.org>
> 
> I think this will happen if they click the "stop" button also.
> 

-- 
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Single & ready to mingle? lavalife.com:  Where singles click. Free to Search!
http://www.lavalife.com/wp.epl?a=2716




More information about the Mod_python mailing list