Thanks,<br>but I also have ideas about implementing that.<br>I was wondering only if flexcache had some (let's say) long counter in which it stores the number of times a page was accessed (maybe the caching algorithm was using that). I don't need a complicated analytics tool for now. Only a list of the most accessed pages.<br>
<br>Regards,<br><br>Chuck<br><br><div class="gmail_quote">On Tue, Feb 23, 2010 at 3:38 PM, Roman Uhlig  Maxity.de <span dir="ltr"><<a href="mailto:roman.uhlig@maxity.de">roman.uhlig@maxity.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hehe, I'd like that. ;)<br>
<br>
Tho plain storage of resource access counters in a database would not work with OpenCms pages with high load in terms of performance (1 insert per hit).<br>
<br>
I.e. we've developed an application bean for that, which collects these data, processes and consolidates them and stores them as bulk data in a database. Still creates about 20 GB of data per year. ;)<br>
<br>
Roman<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] Im Auftrag von Achim Westermann<br>
Gesendet: Dienstag, 23. Februar 2010 14:21<br>
An: The OpenCms mailing list<br>
Betreff: Re: [opencms-dev] Flexcache counters<br>
<div><div></div><div class="h5"><br>
Hi Chuck,<br>
<br>
this had to be programmed. I have an idea:<br>
<br>
Write a subclass of the <cms:inlclude> tag implementation. Change opencms.tld to use this class instead for <cms:include><br>
Within your implementation, store a row in a custom db table (uri, time start, time end) and call super to do the cms:include work. Later<br>
reporting pages could be added to the OpenCms administration. All could be bundeled to an OpenCms module.<br>
<br>
Could you please implement all this and share it as open source?<br>
<br>
;-)<br>
<br>
Achim<br>
<br>
Chuck Mysak wrote:<br>
> Hello all,<br>
><br>
> did anyone who worked with flexcache managed to get for example a set of<br>
> counters relative to the resource that can be used to determine the<br>
> number of times a resource has been accessed?<br>
><br>
> Regards,<br>
><br>
> Chuck<br>
><br>
><br>
> ------------------------------------------------------------------------<br>
><br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please visit<br>
> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>