Suggestions in implementing web based public chat in cgi perl?

  • Thread starter Thread starter Ankit G
  • Start date Start date
A

Ankit G

Guest
On the server where to store chat messages in flat file or database or in memory? I don't wish to persist these messages. Which one would be the fastest? How to implement in memory storage of messages?

How to refresh the client web page to get new messages? By using META REFRESH or periodic JAVASCRIPT or any other way that I don't know?
 
Back
Top