8 Mar
2007
8 Mar
'07
9:36 p.m.
----- Original Message ----- From: "Sascha Welter" <zopelist@betabug.ch> To: <zope@zope.org> Sent: Thursday, March 08, 2007 4:32 PM Subject: [Zope] Re: Hit counter (was: External Methods and Authenticationerror)
(Thu, Mar 08, 2007 at 02:46:14PM -0500) Jonathan wrote/schrieb/egrapse:
I found hit counter concept on zopelabs (http://www.zopelabs.com/cookbook/991116439 for anyone who is interested) that uses an sql db to store/retrieve frequently updated information.
I am going to modify the application to use an external mysql db instead of constantly updating objects in the zodb.
Thanks for the catch!
Using SQL for a hit counter? Talk about overkill. This one is what I was talking about:
A much better concept! Thanks! Jonathan