On Mon, 2012-04-16 at 20:42 -0700, jerry wrote: > 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?
The response logger WSGI middleware in http://docs.repoze.org/debug/ provides a similar feature. - C -- 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.
