Hello! It appears that you are using two scripts to access a single resource (the log file). You also need some level of asynchronicity (is that a word?). I believe the "correct" way to do this would be to have a single program with two threads and have the resource protected by a "mutex". You can u...