hi
i hav made a intranet messenger system more or less same like yahoo messenger.But problem with it is i m storing the messages in the database which is then retrieved by the respective users automatically after 2 sec. The corresponding message queue get deleted after the corrosponding user log out.
Plz tell me a way to store the messages in a buffer at server side (using cgi + perl)which could be accesible by all the users logged in so as to save so many disk read and write done during storage and retrieval of messages from the database.