RE: Tuning mysql concurrent running threads

2009-09-08 Thread nabila.salmi
Hello Mike, Thank you very much for your answer. MySQl is on Ubuntu server and i tried thread_concurrency=x, it doesn't work. Do you mean, i should configure MySQL with INNODB engine ? How to do that ? Thanks again ! Nabila -Message d'origine- De : mos [mailto:mo...@fastmail.fm] Envo

Tuning mysql concurrent running threads

2009-09-08 Thread nabila.salmi
Hello, I have a mysql server where thousands of users connect. I configured max connections but i didn't found how to configure concurrent raunning threads. When i do show status, always RUNNING THREADS=1, even several threads are pending. How to change this please ? Anyone can help me