Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers
# 1  
Old 02-07-2011
Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers

HPL-2011-14 Design of Farm Waste-Driven Supply Side Infrastructure for Data Centers - Sharma, Ratnesh; Christian, Tom; Arlitt, Martin; Bash, Cullen; Patel, Chandrakant
Keyword(s): anaerobic digestion, combined heat and power, farm waste, manure, waste heat, resource management
Abstract: In this paper, we design a supply-side infrastructure for data centers that runs primarily on energy from digested farm waste. Although the information technology and livestock industries may seem completely disjoint, they have complementary characteristics that we exploit for mutual benefit. In par ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Event driven programming / epoll / typedef union / session data array

Sorry for the “word salad” subject, but I wanted to cast a wide net for help. I've created an IP (Internet Protocol) server which serves HTTP, SMTP, and FTP requests. As you probably know, they all require creating a socket, listening on it, accepting connections, and then having a short... (3 Replies)
Discussion started by: John S.
3 Replies

2. Shell Programming and Scripting

Paste two file side by side together based on specific pattern match problem

Input file_1: P78811 P40108 O17861 Q6NTW1 P40986 Q6PBK1 P38264 Q6PBK1 Q9CZ49 Q1GZI0 Input file_2: (6 Replies)
Discussion started by: patrick87
6 Replies

3. Web Development

Cannot access Apache web server from Wan side, only Lan side.

I have installed WAMPSERVER 2.0 on my windows vista x64 system but still am having issues with getting the webserver to be seen outside my local network. It is working fine within my local network. Been through several setup tutorials so far, no dice still. For testing purposes I have... (1 Reply)
Discussion started by: davidmanvell
1 Replies

4. Shell Programming and Scripting

Script to place selected columns from a group of files side by side in a new file

Hi Everyone, I need a shell/perl script to bring selected columns from all the files located in a directory and place them in a new file side by side. File1: a b c d 2 3 4 5 f g h i .......... File2: I II III IV w x y z .............. and so on many files are there...... (8 Replies)
Discussion started by: ks_reddy
8 Replies
Login or Register to Ask a Question
IPMI(4) 						   BSD Kernel Interfaces Manual 						   IPMI(4)

NAME
ipmi -- Intelligent Platform Management Interface driver SYNOPSIS
ipmi0 at mainbus? DESCRIPTION
The ipmi device driver supports motherboards implementing the Intelligent Platform Management Interface version 1.5 or 2.0, and exports sen- sors and the watchdog through the envsys(4) interface. EVENTS
The ipmi driver is able to send events to powerd(8) when a sensor's state has changed. Intrusion sensors will send a critical event when state is not ok. Power Supply sensors will send a critical event when the Power Supply unit is not installed and warning-over when the Power Supply unit is installed but not powered on. Fan, temperature and voltage sensors will send critical-over or critical-under when the value is very critical, or warning-over or warning-under if it's in a warning alert. SEE ALSO
envsys(4), envstat(8), powerd(8), wdogctl(8) HISTORY
The ipmi driver first appeared in OpenBSD 3.9 and was then ported to NetBSD 4.0. AUTHORS
The ipmi driver was originally written by Jordan Hargrave and was ported to NetBSD by Manuel Bouyer <bouyer@NetBSD.org>. BSD
September 8, 2008 BSD