Re: A few questions.....

Mitchell Blank Jr (mitch@execpc.com)
Thu, 24 Jun 1999 14:21:47 -0500


jerome@psti.com wrote:
> one disadvantage, "http://..." breaks the usual semantic of the
> unix filenames.

Which is a huge problem - think about programs that want to limit
the files they operate on to a directory - they would assume
that since the filename doesn't start with a "/" or "." and doesn't contain
"/." then its relative to the current directory. This is of
course untrue now.

Breaking the UNIX hierarchical filesystem is a very bogus idea - we
end up like NT with drive letters... We're supposed to be above that.
If you absolutely have to have a http filesystem look at podfuk and
write it in userland.

-Mitch

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/