[Python-Dev] Polling with Pending Calls? (original) (raw)
Tony Nelson tonynelson at georgeanelson.com
Mon Dec 4 20:37:12 CET 2006
- Previous message: [Python-Dev] Polling with Pending Calls?
- Next message: [Python-Dev] Polling with Pending Calls?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 12:48 PM -0500 12/4/06, Tony Nelson wrote:
I think I have a need to handle *nix signals through polling in a library. It looks like chaining Pending Calls is almost the way to do it, but I see that doing so would make the interpreter edgy. ...
Bah. Sorry to have put noise on the list. I'm obviously too close to the problem to see the simple solution of threading.Timer. Checking once or twice a second should be good enough. Sorry to bother you all.
TonyN.:' The Great Writ <mailto:tonynelson at georgeanelson.com> ' is no more. <http://www.georgeanelson.com/>
- Previous message: [Python-Dev] Polling with Pending Calls?
- Next message: [Python-Dev] Polling with Pending Calls?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]