Re: [Repoze-dev] does BFG have some cache mechanism or cache middleware?

2010-05-10 Thread Chris Withers
Chris McDonough wrote:
 Please keep correspondence on the list.
 
 On Sun, 2010-05-09 at 22:59 +0800, Litao Wei wrote:
 Does BFG have other cache solution except Beaker?
 
 Sorry, the question doesn't make much sense if asked literally.
 Caching isn't a problem that only BFG has, and BFG doesn't try to solve
 it.

Chris,

What do you use when you need caching when developing a BFG app?
How about browser sessions?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] does BFG have some cache mechanism or cache middleware?

2010-05-10 Thread Chris McDonough
On Mon, 2010-05-10 at 21:46 +0100, Chris Withers wrote:
 Chris McDonough wrote:
  Please keep correspondence on the list.
  
  On Sun, 2010-05-09 at 22:59 +0800, Litao Wei wrote:
  Does BFG have other cache solution except Beaker?
  
  Sorry, the question doesn't make much sense if asked literally.
  Caching isn't a problem that only BFG has, and BFG doesn't try to solve
  it.
 
 Chris,
 
 What do you use when you need caching when developing a BFG app?

Frankly our current BFG-using customers are coming from Plone and moving
from Plone has given them so much headroom that we haven't needed to do
much caching (the performance bar was pretty low).

But on those projects, when I do need caching, I'll put stuff in RAM.
For this, I will use repoze.lru, as it expires things during normal
usage: http://pypi.python.org/pypi/repoze.lru

 How about browser sessions?

repoze.session or Beaker

- C


___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] does BFG have some cache mechanism or cache middleware?

2010-05-09 Thread Litao Wei
Hi list,

Currently I am choosing web framework for a cms-like website and BFG
looks very fit my need. But my concern is does BFG have some cache
mechanism?  If not, does any 3rd library provide cache solution for
BFG?

Thanks.

-- 
Sincerely,

Litao Wei
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] does BFG have some cache mechanism or cache middleware?

2010-05-09 Thread Chris McDonough
Please keep correspondence on the list.

On Sun, 2010-05-09 at 22:59 +0800, Litao Wei wrote:
 Does BFG have other cache solution except Beaker?

Sorry, the question doesn't make much sense if asked literally.
Caching isn't a problem that only BFG has, and BFG doesn't try to solve
it.

If you're asking does the Python web community have any cache solution
except Beaker, then the answer is I'm not sure; there doesn't seem to
be much competition:
http://stackoverflow.com/questions/1427255/is-there-a-python-caching-library

- C


___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev