Archive for the ‘Servers’ Category
OnLive – Future or Pipe Dream?
Posted by Mike | Filed under Computers, Games, Servers
Ever since OnLive was demoed at GDC as a new technology, there has been quite a buzz about the internet about it. I have been doing some research and looking into it, because I think it is an interesting possibility. The only problem that I have is that, given the current state of the internet, [...]
File Replication
Posted by Mike | Filed under Computers, Programming, Projects, Servers
Recently I have been searching around on the internet to find a solution to a recent problem. I need to be able to have two copies of a particular folder (and all the subdirectories and files contained within) on two different servers. The reason being, in the world of web servers and hosting, you need [...]
Automated Build Server
Posted by Mike | Filed under Computers, Programming, Servers
An automated build server. Whats this you ask? An automated build server is an extremely useful tool to use in development. This type of server is dedicated specifically to running building scripts when you want. Most automated build servers come with at least one SCM plugin, usually for the ever popular open source CVS and [...]