Difference between revisions of "Articles"
Jump to navigation
Jump to search
(added article written by Kashayp) |
(papers by Adrian Rebel) |
||
Line 8: | Line 8: | ||
</noinclude> | </noinclude> | ||
* 2016-06-22, Usenix: [https://www.usenix.org/conference/atc16/technical-sessions/presentation/kashyap Instant OS Updates via Userspace Checkpoint-and-Restart] | * 2016-06-22, Usenix: [https://www.usenix.org/conference/atc16/technical-sessions/presentation/kashyap Instant OS Updates via Userspace Checkpoint-and-Restart] | ||
+ | * 2016-05-04: [http://lisas.de/~adrian/?p=1183 Lazy Process Migration] | ||
* 2015-12-31, [http://kimh.github.io/blog/jp/criu/experiment-to-suspend-and-resume-docker-container-with-criu-jp/ Use the CRIU Docker container of stop / resume to the challenge] | * 2015-12-31, [http://kimh.github.io/blog/jp/criu/experiment-to-suspend-and-resume-docker-container-with-criu-jp/ Use the CRIU Docker container of stop / resume to the challenge] | ||
* 2015-12-31, [http://blog.codeship.com/how-containers-will-change-the-game-server-hosting-industry/ How Containers Will Change the Game Server Hosting Industry] | * 2015-12-31, [http://blog.codeship.com/how-containers-will-change-the-game-server-hosting-industry/ How Containers Will Change the Game Server Hosting Industry] | ||
Line 16: | Line 17: | ||
* 2015-07-01, [http://blog.kubernetes.io/2015/07/how-did-quake-demo-from-dockercon-work.html How did the Quake demo from DockerCon Work?] | * 2015-07-01, [http://blog.kubernetes.io/2015/07/how-did-quake-demo-from-dockercon-work.html How did the Quake demo from DockerCon Work?] | ||
* 2015-05-06, [https://insights.ubuntu.com/2015/05/06/live-migration-in-lxd/ Live Migration in LXD] Ubuntu Insignts | * 2015-05-06, [https://insights.ubuntu.com/2015/05/06/live-migration-in-lxd/ Live Migration in LXD] Ubuntu Insignts | ||
− | * 2015-04-22, [http://tuxdiary.com/2015/04/22/dump-debug-resume-process-criu/ Dump, debug, resume process with criu] | + | * 2015-04-22, TuxDiary [http://tuxdiary.com/2015/04/22/dump-debug-resume-process-criu/ Dump, debug, resume process with criu] |
+ | * 2014-12-12, Symposium on Information and Communication Systems (SInCom 2014) [https://lisas.de/~adrian/proceedingsSInCom2014.pdf Checkpoint/Restore in User-Space with Open MPI] | ||
* 2014-09-31, [http://www.reuters.com/article/wa-parallels-idUSnBw035202a+100+BSW20141103 Parallels Surpasses One Million Deployed Virtual Containers] | * 2014-09-31, [http://www.reuters.com/article/wa-parallels-idUSnBw035202a+100+BSW20141103 Parallels Surpasses One Million Deployed Virtual Containers] | ||
* 2014-08-01, ADMIN magazine: [http://www.admin-magazine.com/Archive/2014/22/Save-and-Restore-Linux-Processes-with-CRIU Save and Restore Linux Processes with CRIU] | * 2014-08-01, ADMIN magazine: [http://www.admin-magazine.com/Archive/2014/22/Save-and-Restore-Linux-Processes-with-CRIU Save and Restore Linux Processes with CRIU] | ||
Line 30: | Line 32: | ||
* 2011-07-19, LWN: [http://lwn.net/Articles/452184/ Checkpoint/restart (mostly) in user space] | * 2011-07-19, LWN: [http://lwn.net/Articles/452184/ Checkpoint/restart (mostly) in user space] | ||
* 2012-07-24, OpenVZ blog: [http://openvz.livejournal.com/42414.html CRtools 0.1 released!] | * 2012-07-24, OpenVZ blog: [http://openvz.livejournal.com/42414.html CRtools 0.1 released!] | ||
+ | * 2012-02-26, The International Symposium on Grids and Clouds (ISGC) [https://lisas.de/~adrian/ISGC-2012_031.pdf Pos (isgc 2012) 031 live process migration for load balancing and/or fault tolerance] | ||
{| class="mw-collapsible <includeonly>mw-collapsed</includeonly>" border="0" | {| class="mw-collapsible <includeonly>mw-collapsed</includeonly>" border="0" |
Revision as of 13:27, 11 July 2016
Articles about the CRIU project:
- 2016-06-22, Usenix: Instant OS Updates via Userspace Checkpoint-and-Restart
- 2016-05-04: Lazy Process Migration
- 2015-12-31, Use the CRIU Docker container of stop / resume to the challenge
- 2015-12-31, How Containers Will Change the Game Server Hosting Industry
- 2015-09-21, Checkpoint and restore Docker container with CRIU
- 2015-09-21, Dolly Demo at LinuxCon: Rapid cloning of existing services with runC
- 2015-09-10, Time Traveling in Node.js Notebooks
- 2015-01-01, Containers: Why They’re in Your Future and What Has to Happen First
- 2015-07-01, How did the Quake demo from DockerCon Work?
- 2015-05-06, Live Migration in LXD Ubuntu Insignts
- 2015-04-22, TuxDiary Dump, debug, resume process with criu
- 2014-12-12, Symposium on Information and Communication Systems (SInCom 2014) Checkpoint/Restore in User-Space with Open MPI
- 2014-09-31, Parallels Surpasses One Million Deployed Virtual Containers
- 2014-08-01, ADMIN magazine: Save and Restore Linux Processes with CRIU
- 2014-02-15, OCCAM Reproduce: Efficient, Accurate and Reproducible Simulation of Multi-Threaded Workloads (slides)
- 2013-11-25, Phoronix: Checkpoint-Restore Hits v1.0: Freeze Your Linux Apps
- 2013-11-25, LWN: A note about 1.0
- 2013-10-29, LWN: Kernel summit report
- 2013-02-01, A blog post upon LCA-2013 talk.
- 2013-01-09, LWN: Checkpoint/restore and signals
- 2012-11-20, LWN: LCE: Checkpoint/restore in user space: are we there yet?
- 2012-05-01, LWN: TCP connection repair
- 2012-01-31, LWN: Preparing for user-space checkpoint/restore
- 2011-07-19, LWN: Checkpoint/restart (mostly) in user space
- 2012-07-24, OpenVZ blog: CRtools 0.1 released!
- 2012-02-26, The International Symposium on Grids and Clouds (ISGC) Pos (isgc 2012) 031 live process migration for load balancing and/or fault tolerance