diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-20 09:15:01 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-20 09:15:01 +0000 |
commit | 0dc0bf222895598eb843df839271b0d1aaace80c (patch) | |
tree | 9526661d06f7b63bd289eb4a04ba07d0ca602c85 /persistent.mdwn | |
parent | 6bf7b09cde5f9c30421e8367c59b8132ccdcf8ed (diff) | |
download | web-0dc0bf222895598eb843df839271b0d1aaace80c.tar.gz web-0dc0bf222895598eb843df839271b0d1aaace80c.tar.bz2 web-0dc0bf222895598eb843df839271b0d1aaace80c.zip |
web commit by NealWalfield: Create.
Diffstat (limited to 'persistent.mdwn')
-rw-r--r-- | persistent.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/persistent.mdwn b/persistent.mdwn new file mode 100644 index 00000000..9cc05f67 --- /dev/null +++ b/persistent.mdwn @@ -0,0 +1,8 @@ +A persistent object is an object that survives reboot. +On Unix, files and directories are persistent but +processes and file descriptors are not. EROS is +an example of an orthogonally persistent system: +processes and capabilities also survive reboot. To a +process, it generally only looks as if it had not been +scheduled for a long time; the rest of its environment +remains essentially the indistinguishable.
\ No newline at end of file |