On 11/4/07, Karen Tracey <[EMAIL PROTECTED]> wrote:
> No.  The only way to send stuff to a browser is to respond to an HTTP
> request, so if you want the browser to see regular status updates you'll
> have to set it up so that the browser makes periodic requests for status.
> I've never used this technique but here's a page describing a way to do it
> (along with pros and cons and questioning of do you really want to do this):

Well, you can use chunked transfer and keep sending data over a
long-lived HTTP connection (which is how Comet applications work), but
it's not necessarily a good idea; on most normal server setups you'll
end up with much higher load, and some browsers don't handle it all
that well.


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