Hello , i use MySql 3.23.49-log with Php 4.2.1on RH 7.2 .
The problem is that i got many many (16-30) sleeping threads almost all the
time . The code is pretty clean , and i suspect
that those threads are sleaping beacuse of some strange ascii characters
(like CR) .
Is any intelegent way to find out WHY are those threads sleeping ?
The un-inteligent way would be to enable the query log and then grab thourgh
that HUGE file searching for the thread PID to see what query was executed .
BTW : got no errors in php-log .
Thank you .
Ditoiu Cristian .