Perhaps you could consider using memcache API instead of Datastore property.
Just my 2 cents.

-- Takashi Matsuo



On Tue, Feb 24, 2009 at 5:13 PM, Brandon Thomson
<brandon.j.thom...@gmail.com> wrote:
>
> One way is to store a "lastSeen" datetime property for each user in
> some kind of user entity in your data model and then do a query to
> find how many were seen in the last 10 minutes or so.
>
> I don't recommend counting active http requests since the answer will
> be 0 most of the time. Requests don't last longer than 25ms or so and
> if they do you're burning your cpu quota.
>
> On Feb 23, 10:33 pm, niklas <nikla...@gmail.com> wrote:
>> Hello,
>> how to count active users, e.g. count active http sessions can be
>> useful. if you know it please share it.
>> Thanks
>> Niklas
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to