[google-appengine] Re: Tasks queue to accomplish this?

2009-08-20 Thread Rodrigo Moraes
Also check: http://code.google.com/p/pubsubhubbub/ And the video: http://www.youtube.com/watch?v=AgaL6NGpkB8 Both are about the fan-out problem you're trying to solve. -- rodrigo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: Tasks queue to accomplish this?

2009-08-20 Thread Nick Johnson (Google)
Hi Sam, If you're polling 10,000 users every minute, I think you need to reconsider your approach. For example, make an arrangement with your data source to provide a feed of changes since you last polled. Polling every user every minute simply isn't scalable. -Nick Johnson On Mon, Aug 17, 2009 a

[google-appengine] Re: Tasks queue to accomplish this?

2009-08-18 Thread Philippe
you can run 10 tasks / second you can proceed more than one user / task On Aug 17, 11:38 pm, Sam Afifi wrote: > (first post didn't go through) > > Hypothetical app .. > > Let's say I have 10,000 users and I need an application that queries > every minute, a service they all subscribe to. Obviou