- 10 open source companies to watch
- Mythbuster busts his own tale
- $208 million petascale computer gets green light
- Sony recalls 73,000 Vaio laptops
- Chrome and Firefox and add-ons
Newsletters | Podcasts | Chats | Opinions | RSS Feeds | This Week In Print | IT Careers | Community | Reports | Downloads | Slideshows | New Data Center
Partner Sites:App Performance | On Demand Security | Networking Solution | SOA | Value of WDS
|
|---|
Web farms, whether they are powered by open source Apache or Microsoft's IIS, often require serving up Web content so quickly that the CPU/chipset conservation models we tested as part of our "green" operating system assessment would be of no use.
In addition to these CPU hogging requirements, Web farms built around virtualized hosts (often deployed for convenience sake) aren't going to get any green benefits from today's server power-saving measures because virtualization techniques push CPUs to full-on operation all the time (see related story).
That said there are hopes for greener pastures for non-virtualized Web server farms. Multicore servers from Sun equipped with UltraSparc chips and x86 multi-core servers from Intel, AMD, and VIA Technologies that offer CPU speed control with power throttling capabilities can spawn CPU threads that service requests on specific cores and then slow the CPU to a power-savings state on the remaining cores.
That's the good news. The bad news is that such power savings comes at a cost. CPU thread spawning setup and tear-down happens neither inherently nor by default in any Web daemon or within any application environment. It must be a part of the application coding, in that it requires developers to consciously choose thread spawning to specific cores and then clean up their processes for a shutdown. This is not a trivial task, as the library calls and the code required to do this have only recently became available for programmers to replicate and use.
A second way to address power savings in the face of the unpredictable nature of how and when users access Web applications is to employ predictable load balancing by allowing groups of Web servers in the farm to shutdown in an organization. Web site load balancing -- the act of spreading traffic and application loads across numerous servers -- is a practice that detects user requests and parses the requests across numerous servers. This provides opportunities to limit balanced servers into smaller pools depending on time shifts. As constant 24/7 site traffic is a rarity, pools can be shrunk and enlarged to conserve power to match daily traffic patterns, suiting time-of-day loads. For example, if the largest loads are between 1300 to 2100 hours and loads predictably drop off at other times, it's possible to rebalance server pools to shrink the overall size of the pool — thus leaving some servers to power down. The same potentially holds true for multicore balanced Web delivery systems.

It's safe to say that most companies, if presented with hard numbers on their energy consumption...
Consolidated Disaster Recovery Using VirtualizationServer virtualization is providing enterprises of all sizes with exciting new options for...
Secure Wireless Printing OptionsDiscover how you can reduce the TCO of your wireless printers in this whitepaper. Learn how to...

Double-Take (r) Software and Microsoft are teaming up on September 9, 2008 for a webinar focusing...
Transforming the Enterprise WAN Edge: Video from CiscoLife on the edge of your WAN has changed dramatically. With the need to deliver advanced services,...
PoE Plus: Impact on the PoE MarketThe standard for Power over Ethernet (PoE), IEEE Std. 802.3af(tm)-2003, advanced networking,...

Increasingly popular technologies such as virtualization, wireless networking and data center...
Virtualization Reality CheckFind out why analysts say approaching virtualization with an ounce of caution is wise. And also why...
Closing the Loop: Extending Wireless LAN Security to Wireless PrintersEnterprises cannot overlook wireless printers when assessing network security. The print jobs and...
Partner Content
Explore the Ultrium Edge
The powerful tape technology can address data security with tape encryption as well as long term data protection.
Find out more
Disk and Tape Square Off
Discover what disk and tape really cost -- and which solution provides lower total cost of ownership and optimizes energy use for your organization
Download the White Paper
Don't Fall For The Myths
The Clipper Group explores the truth behind the myths of tape, digging into the misconceptions in the disk vs. tape debate.
Download the White Paper
Will You Add Tape Too?
Over two thirds of disk-only users look to add tape back into storage infrastructure according to recent survey.
Download Survey Information
Comments (1)
Another PerspectiveBy Lori_MacVittie on June 11, 2008, 8:32 amNon-virtualized web farms can also "get greener" through application delivery optimizations that make the entire infrastructure more efficient. When coupled with...
Reply | Read entire comment
View all comments