Hi,

im sorry, my question sucked.

sure, i use an ajax request. and i know that i could just poll. but i
rather would wait on serverside for new items and then respond.

it is possible: if i dont specify a timeout for the request i can
respond hours later.
BUT: i cant get new requests, cause the webserver is stuck in the view-
function that handles the postponed request.

there wil be now performance issues cause there are a max of  5
clients accessing the server at a time.

any idea to implement this without polling? (at least not each 200ms)
best an easy way without using another framework.


thx for your help


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