10 Aug
2009
10 Aug
'09
4:19 p.m.
Alan DeKok wrote:
Gabriel Blanchard wrote:
On another note, I'm using the unixodbc driver. Not sure it that has any impact.
If the Unixodbc driver blocks, then the server blocks.
Blame the Unixodbc driver. It doesn't happen for anything else.
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. 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. Arran