Re: What's next?
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 18, 2011 at 07:07:01AM -0400, Brian Bruns wrote: > I'm working up a patch to support asynchronous I/O. So far it's just > at the libtds level, but its a start. Brian, I consider server I/O a solved problem. We use non-blocking I/O (FIONBIO), and support timeouts and interrupt processing with 1-second granularity. What problem are encountering that you'd want to use asynchronous I/O for instead? --jkl