Hi
I'm currently thinking about using POSIX threads to implement asynchronous
I/O in my backend. Most backends that currently implement asynchronous
I/O do so by creating a pipe and fork()ing a reader process. Since this
already requires POSIX support (pipe(), fork()), requiring pthreads for
a backend should not be much of a problem? The backend could fall back
to simple synchronous I/O if pthreads are not available (check at
compile-time).
Regards,
Ingo
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Wed Feb 02 2000 - 13:18:56 PST