pypinger.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:py-pinger 作者: surajsinghbisht054 项目源码 文件源码
def scanning_boosters(self):
        proces=[]
        for ip in self.target:
            k=len(multiprocessing.active_children())
            if k==self.thread:
                time.sleep(3)
                self.thread=self.thread+30
            mythread=multiprocessing.Process(target=self.checkping, args=(ip,))
            mythread.start()
            proces.append(mythread)

        for mythread in proces:
            mythread.join()
        self.timeclose=time.time()
        self.showing_results()
        return

    # Printing Function
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号