René's URL Explorer Experiment


Title: 16.1. select — Waiting for I/O completion — 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/select.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/threading.html
previoushttps://docs.python.org/2/library/someos.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
16. Optional Operating System Serviceshttps://docs.python.org/2/library/someos.html
selecthttps://docs.python.org/2/library/select.html#module-select
https://docs.python.org/2/library/select.html#module-select
https://docs.python.org/2/library/select.html#select.error
https://docs.python.org/2/library/select.html#select.epoll
Edge and Level Trigger Polling (epoll) Objectshttps://docs.python.org/2/library/select.html#epoll-objects
https://docs.python.org/2/library/select.html#select.poll
Polling Objectshttps://docs.python.org/2/library/select.html#poll-objects
https://docs.python.org/2/library/select.html#select.kqueue
Kqueue Objectshttps://docs.python.org/2/library/select.html#kqueue-objects
https://docs.python.org/2/library/select.html#select.kevent
Kevent Objectshttps://docs.python.org/2/library/select.html#kevent-objects
https://docs.python.org/2/library/select.html#select.select
fileno()https://docs.python.org/2/library/io.html#io.IOBase.fileno
open()https://docs.python.org/2/library/functions.html#open
os.popen()https://docs.python.org/2/library/os.html#os.popen
socket.socket()https://docs.python.org/2/library/socket.html#socket.socket
fileno()https://docs.python.org/2/library/io.html#io.IOBase.fileno
https://docs.python.org/2/library/select.html#select.select.PIPE_BUF
select()https://docs.python.org/2/library/select.html#module-select
poll()https://docs.python.org/2/library/select.html#select.poll
PIPE_BUFhttps://docs.python.org/2/library/select.html#select.select.PIPE_BUF
https://docs.python.org/2/library/select.html#edge-and-level-trigger-polling-epoll-objects
http://linux.die.net/man/4/epollhttp://linux.die.net/man/4/epoll
https://docs.python.org/2/library/select.html#select.epoll.close
https://docs.python.org/2/library/select.html#select.epoll.fileno
https://docs.python.org/2/library/select.html#select.epoll.fromfd
https://docs.python.org/2/library/select.html#select.epoll.register
Polling Objectshttps://docs.python.org/2/library/select.html#poll-objects
https://docs.python.org/2/library/select.html#select.epoll.modify
https://docs.python.org/2/library/select.html#select.epoll.unregister
https://docs.python.org/2/library/select.html#select.epoll.poll
https://docs.python.org/2/library/select.html#polling-objects
https://docs.python.org/2/library/select.html#select.poll.register
poll()https://docs.python.org/2/library/select.html#select.poll
fileno()https://docs.python.org/2/library/io.html#io.IOBase.fileno
https://docs.python.org/2/library/select.html#select.poll.modify
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/select.html#select.poll.unregister
register()https://docs.python.org/2/library/select.html#select.poll.register
fileno()https://docs.python.org/2/library/io.html#io.IOBase.fileno
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/select.html#select.poll.poll
Nonehttps://docs.python.org/2/library/constants.html#None
https://docs.python.org/2/library/select.html#kqueue-objects
https://docs.python.org/2/library/select.html#select.kqueue.close
https://docs.python.org/2/library/select.html#select.kqueue.fileno
https://docs.python.org/2/library/select.html#select.kqueue.fromfd
https://docs.python.org/2/library/select.html#select.kqueue.control
https://docs.python.org/2/library/select.html#kevent-objects
https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
https://docs.python.org/2/library/select.html#select.kevent.ident
https://docs.python.org/2/library/select.html#select.kevent.filter
https://docs.python.org/2/library/select.html#select.kevent.flags
https://docs.python.org/2/library/select.html#select.kevent.fflags
https://docs.python.org/2/library/select.html#select.kevent.data
https://docs.python.org/2/library/select.html#select.kevent.udata
Table of Contentshttps://docs.python.org/2/contents.html
16.1. select — Waiting for I/O completionhttps://docs.python.org/2/library/select.html
16.1.1. Edge and Level Trigger Polling (epoll) Objectshttps://docs.python.org/2/library/select.html#edge-and-level-trigger-polling-epoll-objects
16.1.2. Polling Objectshttps://docs.python.org/2/library/select.html#polling-objects
16.1.3. Kqueue Objectshttps://docs.python.org/2/library/select.html#kqueue-objects
16.1.4. Kevent Objectshttps://docs.python.org/2/library/select.html#kevent-objects
16. Optional Operating System Serviceshttps://docs.python.org/2/library/someos.html
16.2. threading — Higher-level threading interfacehttps://docs.python.org/2/library/threading.html
Show Sourcehttps://docs.python.org/2/_sources/library/select.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/threading.html
previoushttps://docs.python.org/2/library/someos.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
16. Optional Operating System Serviceshttps://docs.python.org/2/library/someos.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.