Re: WebHelpers future

2012-04-16 Thread Alexis Métaireau
Let's answer this directly in here, since the discussion started here. I'm the maintainer of the feedgenerator package. Basically, it's the feedgenerator from django, repackaged so we avoid using all the django world to just generate feeds. I don't remember on which version of django this is

Re: pyramid async setup

2012-04-16 Thread binadam
thanks for looking into this. with your attached script i get the best performance with gevent psychopg2 NOT made green (with nullpool); if made green then performance is same as with normal threading (and sometimes slower too). i guess i'll use it that way until psycopg can be made

anyone have some caching advice/strategy ?

2012-04-16 Thread Jonathan Vanasco
On my Pyramid project I've been using this general concept -- which i've used in the past : - everything on the '/account' uses SqlAlchemy objects and hits the database - everything on the rest of the site uses cached data that is assembled and in a dict format. this stuff is periodically

pyramid trove classifier on pypi

2012-04-16 Thread Michael Merickel
We've been granted a new trove classifier on PyPI, so feel free to update your Pyramid-specific addons to use this instead of Pylons in terms of improving searchability on PyPI. Classifier:    Framework :: Pyramid Thanks, Michael -- You received this message because you are subscribed to the

Re: pyramid trove classifier on pypi

2012-04-16 Thread Jonathan Vanasco
Congrats! On Apr 16, 6:05 pm, Michael Merickel mmeri...@gmail.com wrote: We've been granted a new trove classifier on PyPI, so feel free to update your Pyramid-specific addons to use this instead of Pylons in terms of improving searchability on PyPI. Classifier:    Framework :: Pyramid

Re: pyramid trove classifier on pypi

2012-04-16 Thread Steve Piercy
Yee-haw! --steve On 4/16/12 at 5:05 PM, mmeri...@gmail.com (Michael Merickel) pronounced: We've been granted a new trove classifier on PyPI, so feel free to update your Pyramid-specific addons to use this instead of Pylons in terms of improving searchability on PyPI. Classifier:    

Anything similar to Django dogslow in Pyramid?

2012-04-16 Thread jerry
Just learnt the Django dogslow module ( http://pypi.python.org/pypi/dogslow ) from the Instagram architecture presentation. It's a middleware for identifying slow process, is there anything similar in Pyramid? Jerry -- You received this message because you are subscribed to the Google Groups