[Neal Norwitz] > Python can open a pipe to itself. When a signal arrives, write > a character on the pipe in addition to setting a flag. > Then select() on the pipe. Of course you meant to say it should do WaitForSingleObject(), so that this scheme is portable <wink>. > I doubt this is worth the effort, though. Few things are.