Re: Extending the io library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Extending the io library
- From: "David Burgess" <dburgess@...>
- Date: 2008年7月17日 21:56:57 +1000
The IO library is as it is because (I guess) it is standard C runtime.
However, I have copied and modified the iolib.c code for so many io variants
that I have lost count.
A universal solution in 5.2 would be nice.
So, maybe an interface that can be OS file handles/fds or FILE* or FastCGI io
handles or etc etc...
DB