Re: Keeping User Database loaded in Mem

2001-08-04 Thread Alfred Perlstein
* :: Patrick Tracanelli :: [EMAIL PROTECTED] [010803 10:51] wrote: Hello you all; I want to know if there is a working way to keep FreeBSD's user database loaded in memory. The reason's for that is very clear, if i keep my spwd.db loaded the access to it won't be a disk access, so this

Re: Keeping User Database loaded in Mem

2001-08-03 Thread Julian Elischer
use one of the client/server authentication methods and write the server part in a way that it keeps it in memory (of course the user database is usually in cache if you are doing a lot of authentication) On Fri, 3 Aug 2001, :: Patrick Tracanelli :: wrote: Hello you all; I want to know