You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ryan Bloom <rb...@covalent.net> on 2002/07/11 08:27:32 UTC

RE: cvs commit: apr apr.dsp libapr.dsp

>     I really don't see why we moved the file

Just to be clear, I moved the file because poll'ing is no longer tied to
sockets.  The previous implementation had a serious limitation, in that
it couldn't poll pipes or files on platforms that supported it.  Because
of that limitation, I had put the original file in the network_io
directory.  That was a mistake years ago, so I took this opportunity to
fix it.  :-)

Ryan