|
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.
|
|
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 .
|
|
Hi I bought my own dedicated server to host my websites.
I want to use SQL server as database platform.
However.. de licensing options are not transparent
Can someone help me ?
What I found until now :
2005/2008 express version
- Free
- Limited to 1CPU...
Started by Julian de Wit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SQL server is licensed in 3 ways:
Server plus user CAL (Client Access Licence) Server plus Device.
|
Ask your Facebook Friends
|
I currently pay $170 for my Quad Server. The transfer is unmonitored but the speed is really slow. Can you recommend me a couple of better alternatives, preferably with no setup fee?
Thanks!
Answer Snippets (Read the full thread at serverfault):
10Mbps, Core2 DUO 2.4, 2GB, 320GB for $199 US (in your comment on adric... .
They don't have anything that isn't fast: NatNet Dedicated Servers
Cyberwurx has pretty good are here: http://iweb.com/dedicated/unmetered-servers/ .
|
|
Hi!
I need a dedicated server with Windows 2003/2008 Standard plus Terminal Services Client Access Licenses.
Can somebody recommend me some company which offers this?
Started by Renter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Good luck..
Major server-hardware vendors have relationships with Microsoft to sell you both hardware and software that you can add on to your server.
|
|
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.
|
|
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.
|
|
Hi
I have a Virtual Dedicated Server, how can I run an application periodically (ie: every Monday - 19:00). I mean, the application starts automatically at a given time.
Is there any way to do it with Java, Ajax, PHP? (sorry, I'm noob)
Started by isiaatz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You does the server run?.
You may be able to do this with webmin.
I'm assuming your server is linux.
Programs on the server and want to use java you can use timers to schedule your task - here is a simple example .
|
|
My company already has a "local" backup strategy, but is willing to also backup data on our remote dedicated server as an additional "plus".
Some info:
Both machines are Windows Server (client is 2003, server is 2008) Administrator rights on both machines...
Started by Alex Bagnolini on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The best way to save data to the primary DPM server and you ....
That way you can schedule the transfers for off-peak times .
What are you currently doing for backup? If you have archives or files stored in a dedicated server remotely.
|
|
Hi there,
I have a dedicated server with a domain hosted on it and running.
I have bought another IP for the same server so I can link it to another domain.
I have updated the A DNS record for the new domain by adding the newly purchased IP.
Now what ...
Started by gjwogj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Once you have the DNS pointing....
Restart you DNS server.
So when you add a new domain to the DNS server.
You host your own DNS, great.
To get around on virtual hosts.
By default, Apache will listen on all interfaces defined on the server.
|