如何停止Web服务器(通过web.py和线程实现)
我使用 web.py 实现了简单的网络服务器。 通过多线程模块,我能够运行多个监听不同端口的网络服务器实例。 现在所有实例都永远监听 http 请求。我想进入一个特定的线程。 有没有办法阻止实例侦听(或完全杀死特定线程。)
I have implemented simple webserver using web.py.
And through multithreading module, I am able to run multiple instances of webserver listening on separate ports.
Now all the instnces are listening http requests forever. and I want to step a particular thread.
Is there a way to stop an instance from listening (or kill particular thread altogether.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
api.py
frame.py
api.py
frame.py