推荐学习书目
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 · Aug 7, 2013 · 5353 views
    This topic created in 4666 days ago, the information mentioned may be changed or developed.
    tornado 的 IOStream 如何设置读取超时?
    我用设置了 timeout 的 socket 构造 IOStream 也无效,read_bytes() 的时候还是会一直等待。
    2 replies    1970-01-01 08:00:00 +08:00
    b1074549
        1
    b1074549  
       Aug 7, 2013   ❤️ 1
    IOLoop.add_timeout
    eatmore
        2
    eatmore  
    OP
       Aug 8, 2013
    @b1074549 多谢,确实可以。但这样只能通过别的回调来关闭 socket,而 read_bytes() 引用的回调函数以及它所属的对象就一直无法销毁了?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   960 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 22:51 · PVG 06:51 · LAX 15:51 · JFK 18:51
    ♥ Do have faith in what you're doing.