More descriptive error messages.
authorAlan T. DeKok <aland@freeradius.org>
Sat, 31 Jul 2010 06:57:10 +0000 (08:57 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 2 Aug 2010 13:29:49 +0000 (15:29 +0200)
commit27a8222fbd343554fbac82cc6e69d4dee6970b3d
tree159f6f2cedf96129c7424b615ab846926cac5000
parent1b7f0894899acd4d613428708d1d8864fecb64cb
More descriptive error messages.

If the thread pool queue is full, or if the packets are stuck in it for
a long time, it's usually because someone has a DB with 10 million rows
and no index.  Or, they're running long-lived queries against a MyISAM
database.  Either way, there's little that the RADIUS server can do
to fix it.

When that happens, produce a descriptive error message suggesting
that they focus the blame in the right place.
src/main/threads.c