head 1.1; access; symbols SIO_0_9_3:1.1 SIO_0_9_2:1.1 SIO_0_9_1:1.1 SIO_0_9_0:1.1; locks; strict; comment @# @; 1.1 date 2002.10.07.14.01.38; author rse; state Exp; branches; next ; desc @@ 1.1 log @add more brainstorming stuff from RSE @ text @ IO-Lite: 1998/1999 - uses immutable/read-only blocks of data - assembles user data out of these blocks via "buffer aggregates" which are mainly ordered lists of pairs to the read-only buffers. - uses an own user-land API dealing with buffer aggregates instead of continous buffers - required kernel support (wants to do page-remapping and copy-on-write) for really optimized I/O => not directly useable for user-land I/O lib wegen den Kernel-basierten Optis, aber die Idee der buffer aggregates kann interessant sein. @