Web Farm Chat Storage

mertiloron

New Member
I got a chat application (webservice) running on a website hosted by a web farm and I don't know how to temporarily store the chat messages. Im using long polling to save resources and I have specified a shared machine key.Because its running on a web farm the HttpApplicationState won't work and saving each message to my database would cause a lot of overload and overhead, and I doubt that would be a good idea.So is there any other approach to save the messages in server "memory", note: within a web farm?
 
Back
Top