I'd consider memcached sessions since they don't rely on file locks.


On Mar 13, 2009, at 3:31 PM, Mike Orr <sluggos...@gmail.com> wrote:

>
> ---------- Forwarded message ----------
> From: Michael Bayer <mike...@zzzcomputing.com>
> Date: Wed, Mar 11, 2009 at 11:05 AM
> Subject: Re: Beaker error
> To: pylons-discuss@googlegroups.com
>
>
>
> 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 <sluggos...@gmail.com>
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to