Page 1 of 1

Server performance question

Posted: Thu Nov 27, 2008 3:00 am
by the_last_tamurai
Hi everybody,
I have a small question concerns multiple web sites performance on one server
in detail:
I have a web application (something like CMS) deals with a specific kind of companies
I'll use SAAS (Software as a Service).
I've two alternatives:
First: to make one version of code to all companies with different databases (which mean alot of database connections)
Second: Each company has its code and database.
If we have 10 companies in a single server which is the best from the two???
in attachments two draw of what I mean!
mul.jpg
mul.jpg (8.5 KiB) Viewed 307 times
single.jpg
single.jpg (6.75 KiB) Viewed 307 times

Re: Server performance question

Posted: Thu Nov 27, 2008 6:43 am
by malcolmboston
it really is dependant on how busy the sites are but if they're fairly busy and mission critical, ie taking money i'd recommend 1 server per web-site.