NOTICE: This package has been removed from pkgsrc

./wip/py-iowait, Platform-independent module for I/O completion events

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2, Package name: py27-iowait-0.2, Maintainer: kamel.derouiche

Different operating systems provide different ways to wait for I/O completion
events: there's select (), poll(), epoll() and kqueue(). For cross-platform
applications it can be a pain to support all this system functions, especially
because each one provides a different interface.

IOWait solves this problem by providing a unified interface and using always the
best and faster function available in the platform. Its only limitation is that,
on Windows, it only works for sockets


Required to run:
[lang/python27]

Master sites:

SHA1: 5c8647a8ce6bfe40b962b81e929eccf844bde6b6
RMD160: b46670b76c652219d79fa21565b73654ed4ceaa3
Filesize: 21.815 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-01-04 17:56:04 by Kamel Derouiche | Files touched by this commit (2)
Log message:

	Update: HOMEPAGE
	SET FETCH_USING
   2012-10-07 13:54:33 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-31 20:11:04 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-iowait-0.1 as wip/py-iowait.

Different operating systems provide different ways to wait for I/O completion
events: there's select (), poll(), epoll() and kqueue(). For cross-platform
applications it can be a pain to support all this system functions, especially
because each one provides a different interface.

IOWait solves this problem by providing a unified interface and using always the
best and faster function available in the platform. Its only limitation is that,
on Windows, it only works for sockets