9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Replicated, caching and offline capable network fs
@ 2007-07-13 13:00 Enrico Weigelt
  2007-07-13 13:44 ` erik quanstrom
  2007-07-13 16:42 ` Skip Tavakkolian
  0 siblings, 2 replies; 4+ messages in thread
From: Enrico Weigelt @ 2007-07-13 13:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


Hi folks,

I'm looking for an replicated and offline capable network filesystem
which can work behind hi latency links. The only usable one I could
find is Coda, but it doesn't exactly suit my needs, some of the 
drawbacks are:

* completely own security scheme (AFS style, not Unix)
* own storage, cannot export existing filesystems
* can only transfer complete files
* doesnt work well behind hi latency links (>80ms).
* not very stable

So I'm thinking about designing a new one, based on 9p :)

The idea is:

* Client side (mounting) is done via normal 9p 
* Extended 9p protocol between the primary server and local cache
* Local cache stores its stuff within a local filesystem or 
  an database
* Files can be watched for update notification
* Batched transfers in background to prevent unnecessary blocking


Does anyone like to join me ?


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-13 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-13 13:00 [9fans] Replicated, caching and offline capable network fs Enrico Weigelt
2007-07-13 13:44 ` erik quanstrom
2007-07-13 16:42 ` Skip Tavakkolian
2007-07-13 17:34   ` Francisco J Ballesteros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).