This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes server - client communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "server - client communication" Watch "server - client communication" New topic
Author

server - client communication

raj govind
Greenhorn

Joined: Sep 13, 2001
Posts: 4
Hello all,
I am working on a project using java server side technologies. In the application, currently the client program polls the server every 30 seconds to get the latest messages. However due to the large number of browser clients and also due to the fact the each client on a average gets about 10 new messages a day, the current system poses a large overhead. An alternative RMI based solution having the server push the messages to the client was not used as every client had to install a java plugin, which needs to be changed whenever teh Server java version changes. In this regard, i would like your suggestions on any alternative ways of getting the server to push the messages to browser clients as an when the new messages arrive.
Thanks for your time.
Raj
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: server - client communication
 
Similar Threads
Suggestions requested ..
Creating a list of clients connected to server?
Chat application
Messaging in a Spring based system
Push & Pull models of MVC