10 Aug
2009
10 Aug
'09
4:28 p.m.
On 10-Aug-09, at 4:19 PM, Arran Cudbard-Bell wrote:
Running the server with -X (debug) forces the server to run in single threaded mode. I'd expect most database drivers to exhibit the same behaviour in single threaded mode.
Well I didn't think about that...
When running in threaded mode, only a single thread should block if the database driver blocks. So please verify that you see the entire server blocking when running in threaded. If you need detailed output, you can increase the debug level using radmin.
Even so, when something happens to the SQL server all threads will eventually lock. Causing the same problem. Maybe a low timeout would be a "sort of horrible work around" -Gabe