Re: What's the best way to optimize database connections in Pyramid?

2011-03-13 Thread Fernando Correa Neto
Hi On Sun, Mar 13, 2011 at 5:54 AM, Seth wrote: [snip] > How are other people connecting to a db with high-traffic sites using > Pyramid and avoiding the static_route re-connection nonsense? Perhaps we > could request to get a matched_route object on the NewRequest event object? I usually try to

Re: Some thoughts about Pyramid

2011-03-03 Thread Fernando Correa Neto
Hi :) Well, I'm pretty sure that the pylonsproject ecosystem would love to have more and more people who identifies with the ideas of the project. I mean, it doesn't need to be a 100% match, but there's have to have some. Seriously, just because you didn't feel at home it doesn't mean you can sta

Re: pyramid terminology: "model"->"resource"

2010-12-16 Thread Fernando Correa Neto
On Fri, Dec 17, 2010 at 12:13 AM, Chris McDonough wrote: > On Fri, 2010-12-17 at 00:08 -0200, Fernando Correa Neto wrote: >> Hi >> >> On Fri, Dec 17, 2010 at 12:05 AM, Chris McDonough wrote: >> > While it seems people generally agree that some change is required

Re: pyramid terminology: "model"->"resource"

2010-12-16 Thread Fernando Correa Neto
Hi On Fri, Dec 17, 2010 at 12:05 AM, Chris McDonough wrote: > While it seems people generally agree that some change is required here, > it also seems there are a good number of people who don't like > "resource".  Here are the arguments against it: > > - we're just switching one overloaded term

Re: Pyramid paster template renderer globals?

2010-11-11 Thread Fernando Correa Neto
On Thu, Nov 11, 2010 at 6:58 AM, Wichert Akkerman wrote: > On 11/11/10 09:30 , Mike Orr wrote: >> >> Could we name it 'u' and pretend that Pylons always had it? 'url' does >> tend to conflict with local variables and I usually use 'u' for the >> local variable in that case, so this would just reve