Server performance question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
the_last_tamurai
Forum Commoner
Posts: 87
Joined: Wed Feb 28, 2007 8:24 am
Location: cairo
Contact:

Server performance question

Post 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 306 times
single.jpg
single.jpg (6.75 KiB) Viewed 306 times
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: Server performance question

Post 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.
Post Reply