Digital Point Forums
iKobo

Go Back   Digital Point Forums > Design & Development > Site & Server Administration
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Nov 7th 2009, 10:47 am
ASTRAPI's Avatar
ASTRAPI ASTRAPI is offline
Champion of the Naaru
 
Join Date: Feb 2008
Posts: 228
ASTRAPI is on a distinguished road
Question Better configuration using two servers or not?

Hello

I want to ask for a very high traffic forum and a few graphics in the forum is it better to use one server like this:

* 2x Intel Xeon Quad 5405
* 8192 MB FB DDR2 RAM
* 500 GB 7.200 RPM

or to use 2 servers like this one for the forum php files and one for the sql database?

# Intel C2Q Q8200 2.33Ghz
# 4096 MB DDR2 RAM
# 500 GB 7.200 RPM


And finaly what software to use like haproxy or nginix or squid or virnish or some apache modules like mpm?

Thank you
Reply With Quote
  #2  
Old Nov 7th 2009, 11:12 am
Bohra's Avatar
Bohra Bohra is offline
The Ultimate Freak
 
Join Date: May 2008
Location: Shrink.im
Posts: 7,764
Bohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud of
I Would use nginix and probably go for the second option server basically u can divide how things work that way
Reply With Quote
  #3  
Old Nov 7th 2009, 11:58 am
RonBrown RonBrown is offline
Grunt
 
Join Date: Jul 2009
Location: Scottish Borders
Posts: 38
RonBrown is on a distinguished road
Forums don't really need a lot of processing power, they need to ability to shift lots of data quickly.

I'd save money on the exta CPUs and get a better disk subsystem in place maybe running RAID10 or 6 and a decent RAID controller with lot of cache memory and SAS drives.

Also, sticking a couple of quad-core cpus with a single 500GB drive seems a lot of power for a crappy disk system (I like SATA, I use them, but a single drive with that much CPU power doesn't make any sense).

Maybe stick in some more memory if the OS can handle it, but it might not be necessary.

Just a few years ago 2 x Xeon 800MHz fsb CPUs were the top-end of the power machines. The new quad-cores leave these older CPUs in the dust, so CPU power is rarely the limiting factor for the average server or web site.

If I had to choose, I'd go for the 2 low powered servers with the ability to upgrade them. A low powered web server (for PHP) and an better spec'd server for MySQL (good controllers and fast drives being more important than CPUs) would make the most sense if the forum is busy but you then have network latencies to worry about,the speed of the network, how busy it is, how secure it is etc etc. So, maybe better off with a single server, see how it goes, and separate if necessary.

Last edited by RonBrown; Nov 7th 2009 at 12:04 pm.
Reply With Quote
  #4  
Old Nov 8th 2009, 8:14 am
kailash's Avatar
kailash kailash is offline
of the Nightfall
 
Join Date: Feb 2007
Location: twitter.com/webhosttalk
Posts: 1,157
kailash has a spectacular aura aboutkailash has a spectacular aura about
Separating webserver and mysql will surly give you better performance.
__________________
WebHosting Talk & Help | cPanel/WHM Configuration
PHPbb, Joomla, Wordpress, SMF and other third party scripts - For Installation PM me
Reply With Quote
  #5  
Old Nov 8th 2009, 10:00 am
RHS-Chris RHS-Chris is offline
Champion of the Naaru
 
Join Date: Jun 2009
Location: Canada
Posts: 153
RHS-Chris is on a distinguished road
Quote:
Originally Posted by kailash View Post
Separating webserver and mysql will surly give you better performance.
I agree, separating them will see the best performance. Another thing to note though, if you can, add a faster drive to your mysql server, as this will help immensely as well.
Reply With Quote
  #6  
Old Nov 8th 2009, 10:30 am
theapparatus's Avatar
theapparatus theapparatus is online now
of the Nightfall
 
Join Date: Jun 2009
Location: Charlotte NC
Posts: 2,351
theapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the rough
Just to clarify, this appears to be a continuation of this thread:

http://forums.digitalpoint.com/showthread.php?t=1549131

Quote:
Originally Posted by kailash View Post
Separating webserver and mysql will surly give you better performance.
Not necessarily. We have a two server set up for one of our sites and we actually have memcache on the second box along with the uploaded files. All apache does a lot of the time is pass along the requests to the second box.
__________________
Dr. Mike's Steak Dinner | College Jobs
Reply With Quote
  #7  
Old Nov 8th 2009, 3:26 pm
ASTRAPI's Avatar
ASTRAPI ASTRAPI is offline
Champion of the Naaru
 
Join Date: Feb 2008
Posts: 228
ASTRAPI is on a distinguished road
Ok so i will need a server with cpanel and forum files.

Another one with mysql/phpmyadmin for my databases.

And memcache where?
Reply With Quote
  #8  
Old Nov 8th 2009, 3:46 pm
theapparatus's Avatar
theapparatus theapparatus is online now
of the Nightfall
 
Join Date: Jun 2009
Location: Charlotte NC
Posts: 2,351
theapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the rough
I'd put it on the second box (the one with mysql) and monitor loads.

To be honest, memcache likes RAM memory. Lots of it. Not sure if memcache and mysql will go well with 4 gigs of memory. May just have to do just the databases and see how things go.
__________________
Dr. Mike's Steak Dinner | College Jobs
Reply With Quote
  #9  
Old Nov 8th 2009, 4:40 pm
ASTRAPI's Avatar
ASTRAPI ASTRAPI is offline
Champion of the Naaru
 
Join Date: Feb 2008
Posts: 228
ASTRAPI is on a distinguished road
Ok so maybe i can try this:

Server one for mysql database only and memcache:

# Intel C2Q Q9550 2.83Ghz
# 8192 MB DDR2 RAM
# 500 GB 7.200 RPM

And for forum files only and cpanel:

# Intel C2Q Q8200 2.33Ghz
# 4096 MB DDR2 RAM
# 500 GB 7.200 RPM

It will be fast and able to handle many sql connections and serv fast all the post contents?
Reply With Quote
  #10  
Old Nov 9th 2009, 6:48 am
theapparatus's Avatar
theapparatus theapparatus is online now
of the Nightfall
 
Join Date: Jun 2009
Location: Charlotte NC
Posts: 2,351
theapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the roughtheapparatus is a jewel in the rough
That's probably work as a test. Server one would actually be the forum files while server 2 would be the mysql database server. (edit: The specs are fine, just have them named backwards.) Maybe best to make the mysql server not visible to the net with a private IP address and only connected to the forum box. That's something you;re going to have to get with with your datacenter/ host/ rack provider/ colocation provider/ whomever though as that requires a special setup.
__________________
Dr. Mike's Steak Dinner | College Jobs
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
set up the Server settings in Joomla's Global Configuration and/or the configuration. MrPJH Site & Server Administration 0 Apr 11th 2009 4:40 pm
Dedicated Servers From Netherlands!No Restrictions!Any Configuration!Low Prices! Tezbazar Web Hosting 3 Mar 20th 2008 8:02 am
Dell / IBM High-configuration Servers with Ardent Support Hosting Advisor Web Hosting 0 Oct 15th 2007 10:01 am
Low-Cost / High-Configuration Linux and Windows Virtual Private Servers Hosting Advisor Web Hosting 0 Apr 18th 2007 6:16 am
Windows Server Configuration Issues, 3 Separate Servers intothemiddle Site & Server Administration 8 Jan 25th 2007 1:29 pm


All times are GMT -8. The time now is 6:02 am.