On Mon, 31 Jul 2000, Arjan Scherpenisse wrote:
> Hi everybody,
> 
> This is my first posting to this list. I have a website which will
> make use of a calender, with events on it stored in a MySQL
> database. Now, i wondered how to efficiently show this data from the
> database in the calender. I mean, not in a way that a sql query is
> made for each day on the calender (which would make up to 31 queries
> in the Calender Tag 'month' view...)
> 
> So i wondered, is there some way to 'cache' the result of the SQL
> method, so that i can use just one query to fill up an entire month,
> for instance?
hi
have a look at CachePool at the download page.  it cached based on URL1 and
query string.  it may or may not  help you

 > 
> regards,
> -- 
> Arjan Scherpenisse
> [EMAIL PROTECTED]
> 
> may the source be with you
> === http://www.gnu.org ===
> 
> _______________________________________________
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
-- 
------------------------------------------------------
http://www.kedai.com.my/kk
Am I Evil?


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to