Projects / esky

esky

esky is an implementation of job freezing (checkpoint/resume) for Unix processes. It can save the state of a running process to disk then later resume it from the point it left off, possibly on a different machine. esky currently works on a limited but non-trivial range of processes. esky can cope with programs that open or mmap() files, including opening shared libraries with dlopen(). esky is implemented entirely in userspace - no kernel patches or modules are required. It works under Linux 2.2 and Solaris 2.6 and is written to be independent of CPU type.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  30 Jan 2001 06:12

    Release Notes: The 'configure' script which was omitted from version 0.1 is now included, some minor mistakes in the README have been fixed, and esky now has a (minimal) home page.

    •  30 Jan 2001 06:12

      Release Notes: This is the first release of esky.

      Screenshot

      Project Spotlight

      php-tick

      A simple active record implementation.

      Screenshot

      Project Spotlight

      Clement

      An SMTP server used to filter unwanted mail at the SMTP protocol level.