Python Kill Hanging Function
I'm sure this has been asked before, but I can't find a similar example. I need to be able to call a function with an execution time-limit. If the function takes over this time,
Solution 1:
Here's a recipe (unix only) http://code.activestate.com/recipes/534115-function-timeout/
Post a Comment for "Python Kill Hanging Function"