On Mon, Aug 10, 2009 at 11:20 AM, Alex <[email protected]> wrote: > > As an aside: would using the DbTable save handler be more efficient than > the file handler? > > - Alex >
The file handler is faster, but the db handler can provide persistence across multiple servers and is potentially more secure depending on the hosting environment. - pw
