Hi Tom,
On Jul 9, 10:51 am, Tom Chandler wrote:
> I don't understand so please explain. I have been using the pthread package
> in pkgin for about 3 years and it is working great. the only thing I can
> think
> of is that moving pthread from user space to kernel space?
Right, the pthread package (GNU Pth) is fine. This is about importing
NetBSD's pthread implementation and providing it via user-space
servers (possibly with some kernel support if absolutely necessary).
This would indeed be the equivalent of a "kernel-space" pthread
implementation for MINIX. This would not replace GNU Pth, but would
hopefully serve as a better threading implementation.
Thank you,
pikpik