|
Ascii 201 by Guyang Mao (arioch) (dzym@yahoo.com) on Wednesday, December 13th @ 08:43:24 AM http://arioch.despayre.ath.cx |
IMHO the diskio.c is a nice and very useful thing to have. The only thing I've had to do with it was to change the ->fileno member direct reference to a macro in order to get it to be portable across cygwin, msvc, and linux gcc. |
[ Reply to this comment ] |
|
Re: Ascii 201 by Geoff Davis (azrael@laker.net) on Monday, December 18th @ 11:25:55 AM http://www.laker.net/azrael/ |
I agree. I rarely use standard file I/O any longer (in CircleMUD). IMHO, the buffering done by the DiskIO module is a very quick, elegant solution. I can see no reason, save memory limitations, that one would feel the need to do away with it. Centralizing DiskIO to a single module isn't a half bad idea, either, in terms of modular design. |
[ Reply to this comment ] |