24 Jul
2012
24 Jul
'12
9:26 a.m.
On 24/07/12 14:10, alan buxey wrote:
Hi,
you could look at PGSQL optimization - ensure that the table has the right indexes and the table is in cache etc.
Try this: convert your SQL users into a "users" text file, like so:
username Cleartext-Password := "password"
...and disable SQL, then re-run the test. I think it will perform a lot better. If so, then you know that the bottleneck is SQL, and that you should focus your efforts there.
.the use 'fastusers' module instead. it'll scream along. if i dont get 5-figure auths from such a box i'd be disappointed.
I thought the stock "files" module did the same thing now?