#4538: write a python script that runs a subprocess and kills it after a while
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.1
Component: misc | Keywords:
--------------------+-------------------------------------------------------
Create a script {{{sage-walltimekill}}} SAGE_ROOT/local/bin/ that would
run
a subprocess, wait a certain amount of time, then killing it.
{{{
sage-walltimekill 3600 sage
}}}
would kill the process it starts after 3600 wall seconds.
This will be useful both for doctesting and the notebook. It's the sort
of
thing ulimit "should" do, but doesn't.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4538>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---