In a simple XMLhttpRequest I can do an ajax request for some data,
have django look something up and send it to my browser.

Is the response from the views.py always just a single response

    return render_to_response('my_index.html', {'all_data': all_data})

or is there some means to do either of the following:

a) return multiple responses for the next hour
b) start streaming something to the client.

I'm new to this, but I've only come across the idea of a single
response to each request.   How would one approach kicking off
something that continues to feed responses?

Thanks for any ideas on this...
--~--~---------~--~----~------------~-------~--~----~
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