Go to the first, previous, next, last section, table of contents.


What is the difference between different thread packages?

MySQL is very dependent on the used thread package. So when choosing a good platform for MySQL the thread package is very important.

There are at least three types of thread packages.

In some systems kernel threads are managed by integrating user level threads in the system libraries. In such cases, the thread switching can only be done by the thread library and the kernel isn't really 'thread aware'.


Go to the first, previous, next, last section, table of contents.