Mojahedul Hoque Abul Hasanat <[EMAIL PROTECTED]> wrote:
> Has anyone noticed that MySQL's "show processlist;" shows only
> one thread being used by FreeRADIUS, even at high loads?

  Hmmm... I don't know, I don't use MySQL.


  The server should probably have the idea of generic 'pools'.  The
MySQL module can then initialize a pool of MySQL threads.  When a
request comes in, it asks for a socket from the pool.  It then
releases the socket when it's done.


  This sort of thing would simplify the connections to the various
back-end databases, and probably speed it up, too.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to