OK, I guess it is working. After I removed extra middleware results changed to 40 req/s with @beaker_cache() and 15 req/s without. Still very very slow, of course. ;(
On Jan 16, 2008 3:50 PM, Max Ischenko <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm trying to setup a beaker cache to speed up my app but it doesn't seem > to work ok. The best results I was able to get is ~4 req/s. I suspect the > beaker simply aren't working as expected. > > I'm using @beaker_cache decorator to cache the whole request handler and > use "ab" to test it's performance. > How can I make sure beaker is working and if it is working why the hell it > is so slow? > > I setup dbm cache. The cache dir does contain some files > $ find /home/max/projects/dou-local/var/beaker_cache/|wc -l > 28 > > > > -- > Max > http://maxischenko.in.ua // http://www.linkedin.com/in/maksim -- Max http://maxischenko.in.ua // http://www.linkedin.com/in/maksim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
