Erik Hatcher <[EMAIL PROTECTED]> writes:
> I'm coming into this thread with little actual hands-on Slide
> experience, but I'm curious about this particular topic.
>
>
> Would it be possible to configure Slide (perhaps with a custom
> metadata implementation) that could point at an existing filesystem
> directory and still have Slide recognize it fine and the metadata that
> is served up be based on the actual file/directory properties (like
> contentlength and contenttype - I hope I've gotten those terms right)?
>
>
> It seems like this should be possible - perhaps not ideal, but still
> possible in order to hook in a directory tree within a Slide server.
It can't be done with current file stores. It should
be easy to implement a read-only store on a file system.
However I expect all kind of difficulties for
a write-enabled store. Mkcol and PUT should be
doable, but how to implement PROPATCH, ACLs and locks,
not to talk about versioning.
Also remember to disable caching, if other
programs access the file system too. This might
hit the performance to point, that the store becomes
unusable.
Regards
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]