Enabeling MySQL multi threading
Does anyone know what is the default number of threads in MySQL?
Looks like it is 1.
My server has 4 dual core CPUs, so I'll add to my.cfg
thread_concurrency = 8
Does anyone know what is the default number of threads in MySQL?
Looks like it is 1.
My server has 4 dual core CPUs, so I'll add to my.cfg
thread_concurrency = 8
Comments
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysv...