I'd consider memcached sessions since they don't rely on file locks.
On Mar 13, 2009, at 3:31 PM, Mike Orr <[email protected]> wrote: > > ---------- Forwarded message ---------- > From: Michael Bayer <[email protected]> > Date: Wed, Mar 11, 2009 at 11:05 AM > Subject: Re: Beaker error > To: [email protected] > > > > Mike Orr wrote: >> >>> This site gets the most load, at 1.1 million hits/month. The >>> next-highest site is 228,000. They all have been using Beaker >>> sessions without a problem, until I put session.id in the base >>> controller and then this site started giving errors. > >> there you go, its load. switch to cookie sessions. i'd never use >> file-based sessions for anything, even small sites. > > Well, I'm storing the record IDs of the search results in the session, > so it may be too big for cookies. > > -- > Mike Orr <[email protected]> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
