2020年9月8日

iperf3命令使用

摘要: iperf3命令使用 1,iperf3安装 iperf3下载:https://iperf.fr/iperf-download.php#fedora [root@localhost home]# rpm -ivhiperf3-3.1.3-1.fc24.x86_64.rpm Preparing... # 阅读全文

posted @ 2020-09-08 18:54 ExplorerMan 阅读(1620) 评论(0) 推荐(0)

python 使用多进程无法正常退出

摘要: python 使用多进程无法正常退出 阅读全文

posted @ 2020-09-08 12:06 ExplorerMan 阅读(756) 评论(0) 推荐(0)

python多进程假死

摘要: 结论:python多进程间用Queue通信时,如果子进程操作Queue满了或者内容比较大的情况下,该子进程会阻塞等待取走Queue内容(如果Queue数据量比较少,不会等待),如果调用join,主进程将处于等待,等待子进程结束,造成死锁 解决方式:在调用join前,及时把Queue的数据取出,而且Q 阅读全文

posted @ 2020-09-08 11:55 ExplorerMan 阅读(2536) 评论(0) 推荐(0)

导航