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!
Server performance question
Moderator: General Moderators
- the_last_tamurai
- Forum Commoner
- Posts: 87
- Joined: Wed Feb 28, 2007 8:24 am
- Location: cairo
- Contact:
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
Re: Server performance question
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.