William Cohen wrote: > Why poll? Doesn't python have access to inotify? It seems like something > like that would be useful in a number of places to avoid having > processes wake up, check that nothing has changed, and then go back to > sleep.
Python can't hard-depend on inotify since it builds on many non-Linux platforms; using it if it's available could be a possibility, if it doesn't make the code ugly. Neal would know more. -- Ivan Krstić <[EMAIL PROTECTED]> | GPG: 0x147C722D _______________________________________________ Devel mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/devel
