On 7/6/06, Tyson Tate <[EMAIL PROTECTED]> wrote:
> > Why not put the messages in the database and read it from other side?

> I'm not sure I understand what you mean. Do you mean that I should
> take the API call responses and read them from the user-side with
> AJAX? I hope that's not what you meant because that would just be
> silly. :)
Instead of directly polling services, your signals may put an entry in
a table like 'ping magnolia for user A, get 10 latest stufflets'. And
there are daemon (or process, hooked on cron), which will check his
queue table and do jobs.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to