A Python application server?
Evan Simpson
evan at 4-am.com
Mon Jun 2 13:51:33 EDT 2003
More information about the Python-list mailing list
Mon Jun 2 13:51:33 EDT 2003
- Previous message (by thread): A Python application server?
- Next message (by thread): A Python application server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Duncan Smith wrote: > "Java is the only mainstream technology that adds the required level of > safety for code travelling around a network, and the flexibility to invent > our own controls, regardless of the operating system being used." This is one of Zope's core features. Scripts, Documents, Methods, and Templates (the various sorts of programmable object in Zope) are all constrained by Zope's security policies. You can give a totally untrusted user the ability to use Python code, and the worst they can do to your server is deny service. Cheers, Evan @ 4-am
- Previous message (by thread): A Python application server?
- Next message (by thread): A Python application server?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list