First push for multiprocessing.

This commit is contained in:
Darko
2014-09-26 13:39:55 +02:00
parent b9c52cc084
commit f8d6e6a04f
47 changed files with 4148 additions and 51 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class queue_runner(threading.Thread):
else:
if my_id:
time_of_last_run = time.time()
subprocess.call(["php", pathname+"/../bin/requestID.php", ""+my_id])
subprocess.call(["php", pathname+"/../../nix_scripts/multiprocessing/.do_not_run/switch.php", "python requestid "+my_id])
time.sleep(.03)
self.my_queue.task_done()