19 Oct
2005
19 Oct
'05
11:01 a.m.
Otoh, what do you think you gain from circumventing ZSQL Methods?
Well, i am running zope under root privileges in "read-only" mode. If there is a Zope break-in, i want to minimize interference with the database. Also, since this will be a commercial product, keeping most of the code in compiled python scripts is meaningful.
Umh, no, it's not. Don't fool yourself thinking that deliverying .pyc or .pyo files is in any way "meaningful" or safe or both. It's not. They can be decompiled, easily. jens