Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Common bus over devices
- Date: Tue, 29 Jan 2019 13:45:25 +0900
- From: "Stephen J. Turnbull" <turnbull.stephen.fw@example.com>
- Subject: Re: [tlug] Common bus over devices
- References: <20190125082840.jx7g5iy2etvy7zzt@fluxcoil.net> <23628.29057.808834.273238@turnbull.sk.tsukuba.ac.jp> <20190126234557.to6wm6x6gf2fd2al@fluxcoil.net> <CAAhy3dsMtnCc_8fft7a0eOPS-o+ZA6WE_T2U62b90CR7Msx0MA@mail.gmail.com>
Raymond Wan writes: > Of course, one can just put the files into Syncthing / Dropbox and add > a symbolic link from the home directory to these files to have them > automatically sync (provided it's the same application on the computer > and mobile device... Sometimes, standards would help... :-) ). Like say, NFS, AFS, and SMB? There's also the Coda and Unison caching network file systems (which aren't standards in the sense of having multiple interoperable implementations but do have well-defined, well-documented network protocols). And then there's the network block device protocol. Thing is, all of these have the fundamental problem that they don't behave well in programs that rely heavily on POSIX semantics from a file system, especially the caching file systems. Each has its own tradeoffs, which are tuned to different needs. For example, Coda is absolutely horrible for large files, because to implement POSIX semantics on open(2) the first thing it does on a cache miss is download the whole file, and the calling program blocks while doing so. Unpleasant for viewing movies, say. But for lots of small files with usage pattern suited to the LRU caching algorithm (pre-pack git!), it goes great. YMMV is the word of the day here. Steve
- Follow-Ups:
- Re: [tlug] Common bus over devices
- From: Raymond Wan
- References:
- [tlug] Common bus over devices
- From: Christian Horn
- [tlug] Common bus over devices
- From: Stephen J. Turnbull
- Re: [tlug] Common bus over devices
- From: Christian Horn
- Re: [tlug] Common bus over devices
- From: Raymond Wan
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Common bus over devices
- Next by Date: Re: [tlug] Common bus over devices
- Previous by thread: Re: [tlug] Common bus over devices
- Next by thread: Re: [tlug] Common bus over devices
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links