|
I'm currently trying to decide on the best approach to handle hosting a few moderate traffic websites for production e-commerce and online applications. We'd like to move to a dedicated server and are looking at this as the most likely machine: Quad Core...
Started by asinc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If they are on separate machines you can better control... .
Hosting the SQL Server locally means that your application web server is ever compromised the hacker now has complete control of your database as well.
This is actually a good idea.
|
|
I have a dedicated server with Windows Web 2008 OS. My understanding is that this license doesn't allow to run Hyper-V. Are there other no-cost/low-cost options to creating production capable VPS instances that could run an e-commerce website on this ...
Started by asinc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Hyper-V Server is free, and you can run Windows Web Server 2008 (or any of the other Hyper-V supported Operating Systems as a guest) assuming.
VMWare Server 2.0 is free and runs on Windows and Linux.
|
|
Hi,
I currently have a small dedicated server at ThePlanet and I want to do an hardware upgrade. On this server I am hosting a php web application. I have done some comparaison between ThePlanet, Amazon and Rackspacecloud and I am not sure what would ...
Started by benjisail on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
For Rackspace on a dedicated....
I like SoftLayer because you can mix dedicated, cloud is back to normal levels, many VPS providers will only charge the big server for two days.
A look at a dedicated server at SoftLayer .
|
Ask your Facebook Friends
|
Hi there, i have a sql-server 2005 on a win2003 32-bit (3,5GB RAM) 4 CPU Server with a RAID 5 Disk-Array which perform at 1/10 of a virtual 2008-SQL-Server Win2008 32 Bit 2GB RAM Raid 5 Server.
The Job is to delet 8,5 Mio Records out of one table of one...
Started by Ice on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I've seen poorly hinted queries.
You might try changing the parallelism to 1 on the 905 server.
Most likely the production server has other requests to serve, so it has to share resources.
|
|
I'm renting a dedicated server about 1 year now but I'm not totally satisfied in term of price / hardware / reliability.
Server Spec:
CPU: Intel Celeron D 1.20 GHZ Network: Fast Ethernet, Unlimited Traffic (100 Mbps guaranteed bandwidth) Memory: 2 GB ...
Started by Kami on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Our top server.
Start at around €29,- per month for a Sempron 1.8 GHZ / 512MB RAM / 1x 160 SATA disk .
|
|
Dear experts,
I just purchased a dedicated server and i need to setup for hosting my website.
Please help me how do i setup the server step by step.
server details : Windows 2008 STD EN SQL Server Web 2008 Core2 Quad 2.4GHz 6GB RAM Single-Power 150GB ...
Started by sunny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Hi, Thanks provider is different i need to set....
Have a look at the following ServerFault questions as a start Dedicated Server Tutorials and What do I need to know about running my own dedicated server (with windows 2008) .
|
|
We have a dedicated godaddy server and it seemed to grind to a halt when we had users downloading only 3MB every 2 seconds (this was over about 20 http requests).
I want to look into database locking etc. to see if that is a problem - but first I'm curious...
Started by Simon on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That will....
Perhaps godaddy does bandwidt throtling? 60MB downloads every 2 it .
Also make the bounds of even the weakest server.
Netspeed.stanford.edu from the dedicated server and see what your inbound and outbound traffic is like.
|
|
If I rent a dedicated server, and for some reason the IP that I get assigned turns out to be on spam lists, is there any way to clear this up?
If yes, how long does it usually take?
Answer Snippets (Read the full thread at serverfault):
A dedicated server and the IP I was given turned out to be blacklisted (through no fault of mine) I would.
|
|
So, do you have a dedicated server for code repository ? I am trying to convince my colleagues to switch from svn to git or mercurial in order to make merging less painful and I am wondering if it's necessary to have a dedicated server for this (currently...
Started by hyperboreean on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I want that privilege separation there between (say) a general... .
Now, that said, I would LIKE a dedicated box, even if it is a full-on virtual host.
:) That is, 'svn.example.com' points to a real, physical machine .
We have a dedicated CNAME.
|
|
Should I use a dedicated network channel between the database and the application server?
...or...
Connecting both in the switch along with all other computer nodes makes no diference at all?
The matter is performance!
Started by Daniel Silveira on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, you may be able to hook up a faster dedicated network or not depends on your application....
Using the shared switch could give increased latency, especially if the switch is busy .
To the database is to compromise the application server.
|