Hello,
My application performs Ajax calls to dynamically retrieve and display the 
content of a log. If there is no change (no new lines) to the log compared 
to the previous Ajax request, the contoller holds the request for up to 5 
secs (Ajax long polling).
The problem is that when the controller holds an Ajax request, other HTTP 
requests like click on normal <a href...> links are blocked until the Ajax 
call completes.
Is this due to a limit to the number of requests per client?
Best Regards,
Raphael

-- 



Reply via email to