Multiple simultaneous Python interpreters

White Flame (aka David Holz) whiteflame52 at y.a.h.o.o.com
Wed Mar 19 17:40:56 EST 2003


"Chermside, Michael" <mchermside at ingdirect.com> wrote in message
news:mailman.1048107991.10774.python-list at python.org...
> [1] Now that I've said this, I'm sure someone will write in to point out
>    a system which provides real protection against internal DOS attacks.
>    But I can't think of one.

Heap, stack, thread, and CPU time quotas help out immensely with catching
runaway scripts which result from coding errors.  As far as internal DoS
goes, monitoring the usage of the scripts to the exposed API of the main
program can catch malicious code.






More information about the Python-list mailing list