yeap i am writing a chat program for one of the sites that i am working on at work.. its day 2 of the build and so far i have an application that lets the 2 people chat and that works great.
The problem that I am facing now is that this service needs to handle 20,000 concurrent users, not sure of what kind of numbers i am going to get on the server. If i get 600 on each server i am still going to need 33 application servers and 33 database servers... guess i will have to wait and see what kind of numbers we get.
Back