Hi,
>I'm currently thinking about using POSIX threads to implement asynchronous
>I/O in my backend.
the current OS/2 release is using threads instead of fork() calls;
that's because low-level scsi handlers can't be used with fork().
So I have implemented a sanei_thread lib that replaces the following
calls:
fork
kill
waitpid
wait
On non-OS/2 platforms, sanei_thread simply calls the same functions.
With sanei_thread only a few changes to current code are needed (mainly
thread start and parameter checking).
Maybe it is possible to expand such implementation.
Bye,
Yuri Dario
/*
* member of TeamOS/2 - Italy
* http://www.quasarbbs.com/yuri
*/
-- 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 : Sat Feb 05 2000 - 06:41:51 PST