Does it use POSIX threads ?

Yes - Our multi-threader is uniquely threaded in two ways at the same time. It uses the system call 'select' to switch between event threads but also it uses Posix threads to run code on more than one cpu at the same time.

Please note that the Posix thread functionality is currently being re-designed.

Other frequently asked questions

Back to our main page