-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathresearch.html
73 lines (68 loc) · 3.45 KB
/
research.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css" />
<title>The Hecatonchire Project</title>
<script type="text/javascript" src="javascripts/google.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div id="banner">
<img src="images/logo2.png" style="width:80px; float:left;"/>
<div> <h1>The Hecatonchire Project</h1>
<h2>- scaling many to one</h2> </div>
</div>
</div>
<div id="menubar">
<div id="mainmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="started.html">Getting Started</a></li>
<li><a href="https://github.com/hecatonchire/hecatonchire.github.com/wiki">Docs</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="releases.html">Releases</a></li>
<li><a class="current" href="research.html">Research</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<br style="clear:left"/>
</div>
</div>
<div id="mainframe">
<div id="maincontent">
<h1>Hecatonchire Research</h1>
<p>The hecatonchire project was started as a research project within SAP Research.</p>
<p>The following are some of the recent publications and presentations that have come out of this research:</p>
<ul type="disk">
<!--li>
<a href="http://www.cs.technion.ac.il/%7Eerez/vee11/VEE_2011/Program.html" rel="nofollow">
<span style="font-style: italic">"Evaluation of Delta Compression techniques for Efficient Live Migration of Large Virtual Machine"</span> <span style="font-family:arial,sans-serif">Petter Svard, Benoit Hudzia, Johan Tordsson and Erik Elmroth.</span></a><span style="font-family:arial,sans-serif"> Virtual Execution Environments ’11, Newport Beach, California, March 9-11, 2011</span>
</li-->
<li>
<a href="http://www.slideshare.net/blopeur/hecatonchire-kvm-forum2012benoithudzia">KVM Forum 2012</a>
</li>
<li>
<a href="http://www.slideshare.net/blopeur/lego-cloud-sap-virtualization-week-2012">DKOM 2012 Lego-cloud</a>
</li>
<li>
"Pre-Copy and Post-Copy VM Live Migration for Memory Intensive Applications"
by Aidan Shribman (SAP Research, Israel) and Benoit Hudzia (SAP Research, United Kingdom), VHPC - Europar 2012
</li>
<li>
<a href="http://pjd-1.ccs.neu.edu/~pjd/systor12/posters/systor12-poster1.pdf">
"RRAIM: Remote Redundant Array of Inexpensive Memory"</a>
by Roei Tell, Peter Izsak (SAP Research Israel), systor 2012
</li>
<li>
<a href="http://www.youtube.com/watch?v=1fecUC1Rt2U">Live Migration on YouTube</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>