11-13-06 01:13 PM
Graham Dumpleton wrote:
> Jim Gallacher wrote ..
>
> An option for this would be like the number of mutex locks in that it is o
nly
> checked at mod_python startup, thus performance is not an issue.
I was thinking more along the lines of the configuration context -
PythonOption can be anywhere, so you could end up with a bloated
dictionary. This is likely to be a minor quibble though. I'm sure we can
find other places to optimize first. I keep wondering how FieldStorage
might behave if it was written in C. ;)
> FWIW, I
> have no problem with continuing with PythonOption for these things. Certai
nly
> saves all the extra coding required to add a new directive. :-)
Exactly. Less code == fewer bugs.
Jim
[ Post a follow-up to this message ]
|