Andrew Braithwaite wrote:
Does anyone know if thread_concurrency works in linux or is it just
limited to Solaris and Windows?
Hi! That variable only affects Solaris, as the Solaris threading
library supports thr_setconcurrency().
innodb_thread_concurrency, however, can affect all platforms,
: thread_concurrency in linux
I am not sure whether you are talking about innodb_thread_concurrency.
If so please check out
http://www.mysqlperformanceblog.com/2006/06/05/innodb-thread-concurrency
<http://www.mysqlperformanceblog.com/2006/06/05/innodb-thread-concurrenc
y> for more details. Innodb_thread_concu
I am not sure whether you are talking about innodb_thread_concurrency. If so
please check out
http://www.mysqlperformanceblog.com/2006/06/05/innodb-thread-concurrency for
more details. Innodb_thread_concurrency works on linux.
Thanks
Alex
On 8/29/07, Andrew Braithwaite <[EMAIL PROTECTED]> wrote: