This version was released on 2000-02-08.

Put the incomplete, experimental Win32 code back. It appears to have been working all along! Please note, this is only for making filehandles non-blocking; it doesn't fix signals or fork or anything.

Add Artur's high/low watermark patches to Wheel::ReadWrite. This is a higher level watermark than previous patches, and it's not confined to a particular driver (which is moot at this point, since there's only one driver). It implements high- and low-water callbacks instead of performing its own flow control. Documented them but didn't include a watermark sample in this release. A sample will be in by 0.10.

may break code: Changed drivers' flush() and put() methods' return values. They now return pending octets instead of objects. ReadWrite's water marks rely on this to make the marks meaningful. Updated documentation.

Changed Driver::SysRW's internal object from a hashref to an listref. This is a minor micro-optimization, which may offset the micro-pessimization introduced during octet counting.

Back to POE CHANGES.