Safe process execution support in Python

S

Sridhar R

I like to execute programs from python.

... not by using os.system .. bcoz ..

1. the process could easily eat up the CPU
2. the process could use signal system call to even kill all other
process of it's UID.
3. take more disk space, by writing big files
4. and lot more one could think of ..

I know about resource module in python.

Hope u understand my problem, is there any effective way to achieve
this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top