Anton Nekhoroshikh <[EMAIL PROTECTED]> said:

> And still to me like pthread, instead of fork:-)
> 
> By the way, I and have not understood, why we do not want to use pthread?

Large portions of the code base would need to be rewritten for thread
safety. This is a huge project, and is rightly at a lower priority than
code cleanups and speedups. The code cleanups will bring us pretty close
to thread safety anyways, and at some point we'll be able to make the
final jump to full-threaded operation. I'm sure that's at least 9-12
months away.

Aaron

--

Reply via email to