Baruch Even <[EMAIL PROTECTED]> writes:
| Some time ago I've seen a library of sorts that is intended to help
| protect against program crashes. Specifically it is intended to allow to
| recover from a crash gracefully.
|
| The method proposed there was to allocate critical data structures from
Some time ago I've seen a library of sorts that is intended to help
protect against program crashes. Specifically it is intended to allow to
recover from a crash gracefully.
The method proposed there was to allocate critical data structures from
an mmap-ed file, when the program crashes the os ha