hi.
i hav developed a intranet messenger system but problem with the logic is that i m storing the messages in the database and then it is being retrieved by respective users automatically after 1 sec. The message queue get deleted from the database when a paticular user logs off.
plz tell me if there is a way to store the messages in a buffer at server side which is accessible by all users so that they need not to retrieve the messages from the database which results in a number of disk read and write.