I have not been able to convince coworkers that filesystem namespaces
are the way to go. I think they think it is too hard.
*shrug* you can lead a horse...
Funny, the problem I usually have is that people think file systems
are *too simple*, oh, no data types other than *byte stream* and
*drectory*, and no type checking! We are all going to die!
People seem to have trouble believing something simple can do a job
that they have convinced themselves needs to be very complicated.
uriel
The point being that for most people, writing the FS is the hard part no ?
The java 9p server was interesting in that it served functions as
files. I think we need a few more thinga like that where we can begin to
stop thinking about the 9p part when designing a service