Follow on Google News News By Tag Industry News News By Location Country(s) Industry News
Follow on Google News | Fastest web serving on earth made possible by 64 Bit LinuxFastest web serving on earth can only be run on the advanced multiplexed EPOLL mechanism provided by 64 Bit Linux.
By: Max Robbins The multiplexed EPOLL mechanism is without question the most powerful option available. No other systems offered this particular mechanism or scale. Honestly nothing is anywhere close to how EPOLL scales. Using this technology on 64 Bit Linux, Aicache is capable of caching all of the HTTP Get and POST requests in RAM, never on disk. 32 bit systems would have limited the offering to 3GB of RAM space per process. The 64 bit systems do not have this limitation and there's no practical limit to how much memory can be available to a process. Using 64 Bit open source linux as its platform and utilizing the EPOLL mechanism Aicache serves tens of thousands of simultaneous clients off a single server, while solving the famous C10K dilemma, with virtually 0 overhead. This is done utilizing a very limited number of threads, only 6. Test results used fast clients and small cached responses. A single Aicache instance, running on a Intel Core 2, dual processor system was capable of serving over 9000 req/sec. Thanks to Linux 64 and EPOLL, this performance is achieved using a distribution of the Aicache software, that is under 68 Kilobits. For you old school Atari 2600 fans you will understand what that means. "We feel that the open source Linux world has provided a platform that is technologically better than anything else in existence." For us its made all the difference. - Max Robbins COO Aicache.com # # # Aicache provides high performance caching solutions for Internet Service providers, Internet application providers and private corporate networks utilizing IP Intranet technology. End
|
|