[mod_python] Multiple returns to client

Ethan Toan Ton ethanton at ethanton.com
Wed Sep 6 03:09:18 EDT 2006


Hey all,

I was wondering if anyone knew of a way to return multiple times to a
client using a Mod-Python event handler.  Using the req.write() method
does nothing until the actual return statement sends all the data in one
message back to the client.  So before you get to the actual return
statement, can you output back to them more than once?

Ethan




More information about the Mod_python mailing list