> > Isn't ithreads real threading ? What I'd like to do is to run only parts of > headers that don't block, checking for calls/lock-requests before the handler > is run. That would/could work without ithreads, or is threading already > stable enough. Until then fake threading could be useful as well (and fast > I hope). > > torvald >
Yes, ithreads are real threads that share the op tree. Arthur
