forked from zincsoda/hecatonchire.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
executable file
·90 lines (82 loc) · 2.48 KB
/
news.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<div class="row">
<div class="span12">
<h2>News and Publications</h2>
<p>The following are some of the recent publications and presentations that
have come out of the Hecatonchire project:</p>
<div id="news_items">
<ul>
<li><p>
April 2013:
Hecatonchire project presentation at
"
Google Israel networking day
"
by Aidan Shribman;
(<a href="https://sites.google.com/site/israelnetworkingday2013/program">Link</a>)
</p></li>
<li><p>
April 2013:
Hecatonchire project presentation at
"
SAP's Virtualization and Cloud Week
"
by Benoit Hudzia;
(<a href="http://www.sapteched.com/sapvweek/presentation/TECH28/TECH28.pdf">Link</a>)
</p></li>
<li><p>
April 2013:
"
Leveraging Memory Mirroring for Transparent Memory Scale-Out with Zero-Downtime Failover for Remote Hosts
"
by Roei Tell, Peter Izsak, Aidan Shribman, Steve Walsh and Benoit Hudzia;
ISCC 2013
(to appear)
</p></li>
<li><p>
November 2012:
"
Memory Aggregation for KVM
"
by Benoit Hudzia;
KVM Forum 2012
(<a href="http://www.slideshare.net/blopeur/hecatonchire-kvm-forum2012benoithudzia">slides</a>)
</p></li>
<li><p>
August 2012:
"
Pre-Copy and Post-Copy VM Live Migration for Memory Intensive Applications
"
by Aidan Shribman and Benoit Hudzia;
VHPC 2012
</p></li>
<li><p>
June 2012:
"
RRAIM: Remote Redundant Array of Inexpensive Memory
"
by Roei Tell and Peter Izsak;
SYSTOR 2012
(<a href="http://pjd-1.ccs.neu.edu/~pjd/systor12/posters/systor12-poster1.pdf">paper</a>,
<a href="http://www.scribd.com/doc/138892207/RRAIM-Remote-Redundant-Array-of-Inexpensive-Memory-SYSTOR-2012">poster</a>)
</p></li>
<li><p>
March 2012 / April 2012:
"
The Lego Cloud
"
by Benoit Hudzia and Aidan Shribman;
SAP DKOM 2012 / SAP Virtualization Week 2012
(<a href="http://www.slideshare.net/blopeur/lego-cloud-sap-virtualization-week-2012">slides</a>)
</p></li>
<li><p>
January 2012:
"
KVM Post Copy Live Migration with Kernel RDMA transport
"
by Benoit Hudzia
(<a href="http://www.youtube.com/watch?v=1fecUC1Rt2U">movie</a>)
</p></li>
</ul>
</div>
</div>
</div>