Well, I 'm implementing a performance counter. This counter will be
updated everytime someone view our web page.
So, I don't want to rely on another external system such as database.
I just want to provide counter to some external monitoring programs.

I

On Jun 20, 2:36 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >         One way I can think is, create a service to allow any views to
> > update data and provide a call for reader.
>
> Generally we call that a "database" or a "cache" ;)
>
> Any reason why you can't store this data using either Django's
> database API or its cache API?
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to