On-the-fly Content-Regeneration with Apache
Brought to you by:
pusewicz
I assume that the ExpCMS can provide a static export of the
information that was stored in the database. The exported pages
do not need to be generated dynamically all the time.
Can the
automatic content regeneration mechanism of the apache web
server be used with your software?
-
http://groups.google.de/groups?selm=40ed1d8f.0301202240.6e8d2b47%40posting.google.com
-
http://groups.google.de/groups?selm=40ed1d8f.0301210633.2a6ed64f%40posting.google.com
Logged In: YES
user_id=572001
The document "File System Cache Manager"
(http://www.zope.org/Members/andym/FSCacheManager)
contains another useful point of view.
Logged In: YES
user_id=591036
First Of All... Sorry for the delay :D I Don't see any need for
using this kind of solution.
Logged In: YES
user_id=591036
read it... simple cache system with shared memory is going to
be used in our product. Zope or proxies... not :D
Logged In: YES
user_id=572001
Can your cache strategy be configured?
Logged In: YES
user_id=591036
in a simple way - yes. we use jpcache + mmcache PHP
extension. Both boost the speed up to 6000% (yes, six
thousand percent)
Logged In: YES
user_id=572001
Please show links to your cache APIs.