david reid wrote:
I avoided using _io_... as what else could it be? Also there won't be any other _read or _write as everything is abstracted away, so it seemed surplus to requirements.
The only problem I have with an apr_write, is that it's way to easy to mis-use apr_write when you ment to use apr_ssl_write explicitly, or apr_registry_write, or any thousands of other applications. _write, _read are methods, so they should be decorated with an object. Typing _io really doesn't take that long for the coder using our iol abstration, no? Bill
