Subject: CVS commit: wip/py-iowait
From: Kamel Derouiche
Date: 2012-08-31 20:11:04
Message id: E1T7Vge-0002bu-UA@sfs-ml-1.v29.ch3.sourceforge.com

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


Files:
RevisionActionfile
1.1addwip/py-iowait/DESCR
1.1addwip/py-iowait/Makefile
1.1addwip/py-iowait/PLIST
1.1addwip/py-iowait/distinfo