From: Reini U. <ru...@x-...> - 2002-09-12 17:50:33
|
Daniel Bondurant schrieb: > what happens to the session data when the size of blob is exceeded? > It think it is 64k in mysql. We store only the $user->_pref array which will be for sure smaller than 64k. > On Thu, 2002-09-12 at 10:33, Reini Urban wrote: > >>I added now DB_Session support and >>updated Pear DB to version 1.3 into CVS. Should be in tomorrows nightly >>snapshot. Todays snapshot has a bug with DB_Session which needed to >>large Pear DB update. >> >>DB_Session needs PEAR DB, ie. DBParams['dbtype'] = 'SQL'. No ADODB yet. >>The latest Pear DB is of comparable speed as the old ADODB. >> >>DB_sessions are faster than filebased sessions and probably easier to >>setup. (No common shared /tmp dir needed as on sorceforge.net or other >>larger ISP's with load-balanced servers.) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |