>
On Thu, Aug 12, 2010 at 3:42 PM, Kresten Krab Thorup <> wrote: > I'd write the driver using select and non-blocking reads; that way you would not need async threads at all. > Maybe author is writing something like driver to libsqlite3 or some other code, that is non-IO and highly computable. For example, libavcodec.