-
darc.db.QR_LOCK= multiprocessing.Lock()¶ I/O lock for the
requestsdatabase_queue_requests.txt.See also
darc.db.save_requests()
-
darc.db.QS_LOCK= multiprocessing.Lock() | threading.Lock() | contextlib.nullcontext()¶ I/O lock for the
seleniumdatabase_queue_selenium.txt.If
FLAG_MPisTrue, it will be an instance ofmultiprocessing.Lock. IfFLAG_THisTrue, it will be an instance ofthreading.Lock. If none above, it will be an instance ofcontextlib.nullcontext.See also
darc.db.save_selenium()