Re: Multi-threading problems in MySql

2004-05-20 Thread Sasha Pachev
Daniel Cummings wrote: We have one query which takes approximately 2 minutes. MySql seems to be unresponsive to any other threads until this query has completed. On some platforms, the thread library has a limitation/bug that does not permit thread pre-emption, which means that if a thread does

Multi-threading problems in MySql

2004-05-18 Thread Daniel Cummings
We have one query which takes approximately 2 minutes. MySql seems to be unresponsive to any other threads until this query has completed. Are there some settings that aid with this kind of problem? TIA Dan