Improve fastness in RMI application
Hi,
I have developed a chat application using RMI. My chat application has features like room chatting, personal chatting, conference chatting. There are no permanent users. I am storing the users in a hashtable.
My application is becoming slow when I try to open any windows like personal windows(to chat personally with other users), conference windows.
Can anyone give me a solution to overcome this problem?
Thanks in advance.
Savitha

