Newbie: How independent are multiple python processes?

Ron Scinta nb0klun71q5001 at sneakemail.com
Wed Jun 6 14:07:24 EDT 2001


I am wondering how much individual python processes are independent?

Meaning, if I am running proc1 and proc2, I assume they each have their own
python interpreter running.
But, what if proc1 crashes the python interpreter and core dumps for
example. Are there shared resources between these two processes that could
affect proc2? Python Shared Libraries?

Thanks!

--

Ron Scinta





More information about the Python-list mailing list