On Fri, Mar 13, 2009 at 12:56 PM, lasizoillo <[email protected]> wrote: > > 2009/3/11 Michael Bayer <[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. >> > > Which means load? Maybe max opened file handles reached in that process? > > Maybe his problem have solution with some linux administration hacks. > I don't know.
I am using an old version of ubunbtu, so I'm hoping that upgrading will clear it up. I'm traveling now so I'll have to do it after PyCon. I tried MySQL and SQLite backends but they both had worse problems. SQLlite kept complaining "Database disk image is corruped". MySQL I think was just a table permission issue. So i went back to disk-based sessions because at least it's reliable most of the time, and I don't know that anybody is actually getting error screens. (Nobody has complained about it, and some of the occasions are bots.) -- 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 -~----------~----~----~----~------~----~------~--~---
