WebDAV Server

Jody Winston josephwinston at mac.com
Wed Sep 8 10:12:31 EDT 2004


Rene Pijlman <reply.in.the.newsgroup at my.address.is.invalid> writes:

> Jody Winston:
>>I'd like to present a view of an internal data store, which has Python
>>interface built using SWIG, so that my users can traverse and
>>manipulate the data store using familiar tools. My first thought was
>>to adapt an existing WebDAV server. 
>
> If the data store was ZODB, you would have described Zope. 

We had to roll our own data store since we deal with terabytes of
data.

>>Of course, Zope has a WebDAV server, but I don't know if
>>using Zope is overkill.
>
> Perhaps you can use ZServer standalone.

Thanks, I'll take a look at ZServer.


-- 
Jody Winston



More information about the Python-list mailing list