:I don't really think that portalfs is the right thing to use to build
:an httpfs with, but I would like to see how you managed to get your example
:to work. Are you using stdout to create an anonymous file handle? What happens
:if two processes concurrently read from /p/http/*?
:
:Duncan
:
:--
:_____________________________________________________________
:Duncan Barclay | God smiles upon the little children,
You could certainly write a program to sit in the middle and cache
the request to handle that case.
The problem with portalfs is that you can't 'cd' into it or do
directory operations on it, and filesystem operations such as lseek,
fstat, and so forth cannot be intercepted. It would be the ultimate
coolness if you could.
We need a better solution then faking an NFS mount to be able to run
*real* filesystems in user space.
But, that aside, portalfs works just dandy for getting simple file handles
from a path.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message