Re: Time-dependent method

2008-08-17 Thread Fredrik Lundh
hypermonkey2 wrote: I was wondering if it is possible to call a method such that if it takes more than say 1 minute to complete, it will give up and do something else instead. as mentioned in the recent "Create a process with a 'time to live'" thread: http://code.activestate.com/recipes/30

Time-dependent method

2008-08-17 Thread hypermonkey2
Hi all! I was wondering if it is possible to call a method such that if it takes more than say 1 minute to complete, it will give up and do something else instead. Thanks in advance! -- http://mail.python.org/mailman/listinfo/python-list