Reverse Ajax + JSP-Servlet
问题 We are trying to create a reverse ajax in our project. I've checked on the net and didn't find something concrete. I was unable to run any of the tutorials provided successfully. My object is: to provide on-screen alerts (like a pop-up) when ever there is an even pushed from the server (it could be high cpu usage/ram, anything). 回答1: The HTTP protocol (fortunately, after all) doesn't support PUSH, so it stops there. Best what you can do is to let the client fire ajax poll requests at timed