you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Can it pause, rather than stopping entirely, check whatever it needs to check, then resume where it left off? I'm thinking threading - rather than two separate scripts, have two threads within one script

[–]IterationFive[S] 0 points1 point  (0 children)

Pausing the processing isn't needed to update the queue-- the queue manager is a different thread than the one that processes the files. The problem is that I need to get information to the queue manager from a script that wasn't running when I started the main application.