Re: Beaker and Redis

2010-07-07 Thread Jeff Tchang
I am running this configuration right now and have been very happy with it so far. Redis is an amazingly fast key-value store and seems perfect for sessions. Here are the steps that worked for me: 1. easy_install redis 2. easy_install pip 3. pip install

Re: pyramids and pylons

2010-11-06 Thread Jeff Tchang
As a long time user of Pylons the thing that scares me is migration. How much work is it going to take to get my Pylons 9.7/1.0 project to Pyramid. Also since I have projects currently being worked on in Pylons how much of this is going to be dead end work? I am hoping that there will be specific

Re: session and pylons

2011-01-02 Thread Jeff Tchang
What do you want to happen when a user opens up another browser and logins again? I don't see a problem. -Jeff On Fri, Dec 31, 2010 at 9:14 AM, gazza burslem2...@yahoo.com wrote: Hey Guys, Working on a progress bar for my site. I'm essentially storing the state of the progress bar in the

Re: Logging Configuration

2012-01-09 Thread Jeff Tchang
You can try the propagate flag: [logger_buildings] level = INFO handlers = qualname = myapp.buildings propagate = 1 On Mon, Jan 9, 2012 at 7:48 AM, Jason ja...@deadtreepages.com wrote: Can someone help me with my logging configuration? I have read the logging and pyramid_exclog