Quote:
|
Originally Posted by elyse Anybody know what the server requirements would be to handle the load of 2000-6000 accounts? |
Well, while I don't think I'm qualified to answer that question (other than to say you'll probably want a bunch of RAM ;-), those who are qualified are probably going to need to know:
* Mail volume -- it's one thing to know how many users, but it's another to know how much mail they're pulling in
* How often are they checking mail... every 5 minutes? 15? When there's 6000 users, that sort of thing makes a difference :-)
* SSL connections, plain text, or either (SSL connections have a wonderful security benefit, but take more resources)?
I'll offer that you may want to consider a distributed setup, getting that working from the beginning may help things down the road.
With multiple servers, and perhaps a single network storage unit, you could have, say, one server per 2000 users (I'm making the numbers up, you'll need to figure out what ratio is best for you still :-), meaning you'd have 3 live servers when you hit 6000 users. But, you could also keep a fourth standby server to take over if one somehow blew up.
Using network storage, the above setup wouldn't be very complex at all.
Have a good one,
-Eric