> im a noob > > for what kind of use a HTTP-based network filesystem?¿
well, whenever you need to access the filesystem on another machine like if it is local :) The HTTP ecosystem brings a lot of advantages, expecially for authentication/authorization and it is generally available in every network. (you could run the filesystem server basically everywhere) In my company we are planning to introduce it as a way to share containers filesystem for our PaaS. -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
