[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ossig] Nothing exciting in Comp.Sci. anymore?
On Thu, 19 Feb 2004, Imran William Smith wrote:
> Good point. Unix has done well out of the 'everything is a file' method
> - makes for a nice small number of system calls to achieve everything.
> But there could be other ways.
that's because the most primitive method of storage is still serially on
disks. unix provides the primitive calls to access this data. you can
layer any methodology on top of this primitive concept. note that
commercial database engines (oracle, sybase et al) support using raw disk
devices where they layer their layout and access model (including
addressing) on top of the serial access model.
which is why i still say the OP spouted a bunch of rubbish.
Regards, /\_/\ "All dogs go to heaven."
dinesh@alphaque.com (0 0) http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do |
| for b in clients employers associates relatives neighbours pets; do |
| echo "The opinions here in no way reflect the opinions of my $a $b." |
| done; done |
+=========================================================================+
---------------------------------------------------------
To unsubscribe: send mail to ossig-request@mncc.com.my
with "unsubscribe ossig" in the body of the message