[mod_python] An odd use of the publisher

Gregory (Grisha) Trubetskoy grisha at modpython.org
Sun Mar 14 17:54:28 EST 2004



On Sun, 14 Mar 2004, Colin Fox wrote:

> The system is working perfectly now as far as I can tell, I'm just
> concerned that there may be a performance penalty with raising
> exceptions like this, or that the system may at  some point be changed
> so that any raised exception will be considered an error, which will
> cause my stuff to break.

I wouldn't worry about it - if there is a performance hit, it's minimal,
and raising SERVER_RETURN is the "official" way, it is here to stay.

Grisha


More information about the Mod_python mailing list