> OpenBSD does not support kernel threads. That's true of the default pthread library on OpenBSD. However, I believe you can use the linuxthreads package on OpenBSD which uses rfork() to create processes that share the address space, file descriptors, etc, giving you the ability to overlap blocking system calls.
> Linux, solaris, and I think freebsd > support kernel threads; so should have an advantage here. FWIW, FreeBSD is in the same position: the default pthread library provides entirely user-space threads, but linuxthreads is often used to work around that. -- kolya _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
