Well we're doing some research select the options(rw-hosting.org) :mod:
Note:
Linux will cost you less
Please read this:
[Only registered and activated users can see links. ]
Windows might be easy to use but Linux can be used at a similar level too.
1. Don't use Windows! I'm not saying this because of the typical stereotype that Windows "sucks" and all of that. A great amount of time is spend inside of native code using system calls with Runescape servers. Windows does not have the available functions like Linux, Unix and other operating systems do that are cheapeand most of the time, free to use entirely. Windows also has only one function for detecting the status of sockets, "select". "select" is known to not scale well with a high number of active sockets. Linux and Unix systems offer calls such as "poll", "epoll" and "kqueue" which are all implemented differently and generally are better. "poll" is not that big of an improvement over "select", though. Using these different Operating Systems usually means ( especially in the server virtual machines case ) the Java Virtual Machine uses these system functions to implement libraries such as "nio". One more thing, do not even bother trying to say Windows is not bad when you have completion ports ( which is another way of doing multi-threaded IO ) as they are not very good either.






Graham
. Far superior to using Windows. The OS itself uses only like 20-40 mb of RAM leaving lots free for my use. Windows uses like 100 mb or more.