![Python Digital Forensics Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/713/36700713/b_36700713.jpg)
上QQ阅读APP看书,第一时间看更新
There's more…
This script can be further improved. We have provided a recommendation here:
- Rather than using function arguments to pass data between threads, review pipes and queues as alternatives to sharing data. Additional information about these objects can be found at https://docs.python.org/3/library/multiprocessing.html#exchanging-objects-between-processes.