René's URL Explorer Experiment


Title: 17.6. asyncore — Asynchronous socket handler — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/asyncore.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/asynchat.html
previoushttps://docs.python.org/2/library/popen2.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
17. Interprocess Communication and Networkinghttps://docs.python.org/2/library/ipc.html
asyncorehttps://docs.python.org/2/library/asyncore.html#module-asyncore
https://docs.python.org/2/library/asyncore.html#module-asyncore
Lib/asyncore.pyhttps://github.com/python/cpython/tree/2.7/Lib/asyncore.py
asyncorehttps://docs.python.org/2/library/asyncore.html#module-asyncore
asynchathttps://docs.python.org/2/library/asynchat.html#module-asynchat
asyncore.dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
asynchat.async_chathttps://docs.python.org/2/library/asynchat.html#asynchat.async_chat
loop()https://docs.python.org/2/library/asyncore.html#asyncore.loop
loop()https://docs.python.org/2/library/asyncore.html#asyncore.loop
https://docs.python.org/2/library/asyncore.html#asyncore.loop
select()https://docs.python.org/2/library/select.html#select.select
poll()https://docs.python.org/2/library/select.html#select.poll
poll()https://docs.python.org/2/library/select.html#select.poll
select()https://docs.python.org/2/library/select.html#select.select
asyncore.dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
asynchat.async_chathttps://docs.python.org/2/library/asynchat.html#asynchat.async_chat
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
readable()https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.readable
writable()https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.writable
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_read
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_write
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_expt
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_connect
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_close
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_error
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.handle_accept
connect()https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.connect
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.readable
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.writable
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.create_socket
sockethttps://docs.python.org/2/library/socket.html#module-socket
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.connect
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.send
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.recv
recv()https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.recv
socket.errorhttps://docs.python.org/2/library/socket.html#socket.error
EAGAINhttps://docs.python.org/2/library/errno.html#errno.EAGAIN
EWOULDBLOCKhttps://docs.python.org/2/library/errno.html#errno.EWOULDBLOCK
select.select()https://docs.python.org/2/library/select.html#select.select
select.poll()https://docs.python.org/2/library/select.html#select.poll
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.listen
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.bind
sockethttps://docs.python.org/2/library/socket.html#module-socket
dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.accept
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher.close
https://docs.python.org/2/library/asyncore.html#asyncore.dispatcher_with_send
dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
asynchat.async_chathttps://docs.python.org/2/library/asynchat.html#asynchat.async_chat
https://docs.python.org/2/library/asyncore.html#asyncore.file_dispatcher
file_wrapperhttps://docs.python.org/2/library/asyncore.html#asyncore.file_wrapper
https://docs.python.org/2/library/asyncore.html#asyncore.file_wrapper
os.dup()https://docs.python.org/2/library/os.html#os.dup
file_dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.file_dispatcher
https://docs.python.org/2/library/asyncore.html#asyncore-example-basic-http-client
dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
https://docs.python.org/2/library/asyncore.html#asyncore-example-basic-echo-server
dispatcherhttps://docs.python.org/2/library/asyncore.html#asyncore.dispatcher
Table of Contentshttps://docs.python.org/2/contents.html
17.6. asyncore — Asynchronous socket handlerhttps://docs.python.org/2/library/asyncore.html
17.6.1. asyncore Example basic HTTP clienthttps://docs.python.org/2/library/asyncore.html#asyncore-example-basic-http-client
17.6.2. asyncore Example basic echo serverhttps://docs.python.org/2/library/asyncore.html#asyncore-example-basic-echo-server
17.5. popen2 — Subprocesses with accessible I/O streamshttps://docs.python.org/2/library/popen2.html
17.7. asynchat — Asynchronous socket command/response handlerhttps://docs.python.org/2/library/asynchat.html
Show Sourcehttps://docs.python.org/2/_sources/library/asyncore.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/asynchat.html
previoushttps://docs.python.org/2/library/popen2.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
17. Interprocess Communication and Networkinghttps://docs.python.org/2/library/ipc.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.