I'm making a program that listens for commands both from a looping raw_input and repeatedly checking a file for updates. Is there a way to do this? Basically, there's a loop with a time.sleep(1) for checking the file, and a while loop with raw_input. Multiprocessing doesn't seem to be what I need.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
time.sleepin this situation – Joel Cornett May 24 '12 at 18:15threading? – mata May 24 '12 at 18:22