V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
eatmore
V2EX  ›  Python

tornado 的 IOStream 如何设置读取超时?

  •  
  •   eatmore · 2013-08-07 11:05:48 +08:00 · 4426 次点击
    这是一个创建于 3907 天前的主题,其中的信息可能已经有所发展或是发生改变。
    tornado 的 IOStream 如何设置读取超时?
    我用设置了 timeout 的 socket 构造 IOStream 也无效,read_bytes() 的时候还是会一直等待。
    2 条回复    1970-01-01 08:00:00 +08:00
    b1074549
        1
    b1074549  
       2013-08-07 20:45:22 +08:00   ❤️ 1
    IOLoop.add_timeout
    eatmore
        2
    eatmore  
    OP
       2013-08-08 13:46:29 +08:00
    @b1074549 多谢,确实可以。但这样只能通过别的回调来关闭 socket,而 read_bytes() 引用的回调函数以及它所属的对象就一直无法销毁了?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   951 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 22:07 · PVG 06:07 · LAX 15:07 · JFK 18:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.