Possible Duplicate:
Distributing SQL Server on Internet regarding security issue
Solutions for distributing Website on SQL SERVER
Subject:
We are going to put our servers in two places to keep high level redundancy and to avoid bandwidth critics. The two servers are on different LANs but communicate over a WAN network (via Internet).
I'm having a weird problem with my server. The server is inside my network, connected to a 3com switch which is connected to the router that handles the internet connection.
I Asked this question on stackoverflow and was told you guys may have more advise, so at work we have been assigned an additional server because the load for our current server is to much.
What I want to do now is have all my PHP Scripts on one Server ( Server 1) ran from another (server 2) to allow less stress on (server 1).A load Balancer has been suggested and I have had a look at DNS Clusters
I currently have 5 servers. 1 server is used as the main server which holds all the video files, the other 4 are replicated and fetches videos from the main server using rsync. Videos are delivered through HTTP via nginx pseudo streaming.
What I would want to ask is if there are better approach on this? Would it be better if 1 specific server only holds that file?
I need to know how to do this and all my attempts have failed and I have searched the web and the forums and can not find a solution.
I am finding out that users are using server A Records like example host.server.com which is pulling all my content of my main site example domain.com.
I need to prevent this from happening.
We are installing a new SQL Server 2012 Enterprise that is to be deployed in different countries around the world. All the servers is going to share data in real time, and the application is connecting to the server giving the fastest respone. So if I run the application in Norway, I could get the result from a server in Sweden.
Have read how large scale sites use different servers for different purpose. Here's what I have in mind:
Main app - 1 server
Database - 1 server
Static files - Cloud hosting (e.g. AWS)
Backup - 1 server
What is the industrial arrangement for good load balancing, speed
and performance?
What setup is used for each of the above server? E.g.
Currently I have about 5 servers, one I would like to use as a SVN server for development reasons, but I want it to be able to update the external server such as copying committed files to the external server via FTP (or any securer transfer).
Basically when I make a commit to my SVN server with the files that are needed changing it should copy those files from the SVN server to my main site.
Hey everyone,
I have been playing with Ubuntu Server for a bit and now I feel I am ready to take the next step and make my own business network for my small company.