Skip to content

Instantly share code, notes, and snippets.

@suu-g
Created August 7, 2020 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suu-g/0f22b60db39b9224998bc2b2dda5307a to your computer and use it in GitHub Desktop.
Save suu-g/0f22b60db39b9224998bc2b2dda5307a to your computer and use it in GitHub Desktop.
Home
suu-g論文読みメモ等
Disconnected Operation in the Coda File System
JAMES J. KISTLER and M. SATYANARAYARAN
Carnegie Mellon University
ACM Transactions on Computer Systems, Vol. 10, No. 1, February 1992
From ACM Portal
http://portal.acm.org/citation.cfm?id=146941.146942&coll=Portal&dl=GUIDE&CFID=72791511&CFTOKEN=35145431
About the "Disconnected Operetion" in the Coda File System. It enables us to use the file from a network-file-system while offline.
An analytic approach to file prefetching
http://citeseerx.ist.psu.edu/viewdoc/similar?doi=10.1.1.49.3592&type=ab
Automated hoarding for mobile computers
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.23.8066
TaP : Table-based Prefetching for Storage Caches
Performing file prediction with a program-based successor model (2001)
The importance of translucence in mobile computing systems (2002)
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.89.1145
Automatic prefetching in a WAN
can download through Google Scholar
NPS A Non-interfering Deployable Web Prefetching System
http://www.usenix.org/publications/library/proceedings/usits03/tech/full_papers/kokku/kokku_html/main.html
プリフェッチもやりすぎるとうざいよね、という話。
The Evolution of Coda
http://portal.acm.org/citation.cfm?id=507053
Implementation of the Ficus Replicated File System
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.35.6686
Automated hoarding for mobile computers
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.23.8066
Experience with disconnected operation in a mobile computing environment
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.36.7638
Performance evaluation of storage systems based on network-attached disks
http://portal.acm.org/citation.cfm?id=354122
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=879778
(PDF) http://ieeexplore.ieee.org/iel4/5738/15341/00708497.pdf?arnumber=708497
Vnodes: An Architecture for Multiple File System Tyeps in Sun UNIX
S.R. Kleiman
Sun Microsystems
sun!srk
SR Kleiman - Proc. USENIX - ncb.ernet.in
From Google Scholar
http://scholar.google.co.jp/scholar?q=vnodes+kleiman&hl=ja&lr=&btnG=%E6%A4%9C%E7%B4%A2&lr=
About the Vnodes, in the Sun UNIX system. The datasheet of the interface is not so bad. I like it.
ReFUSE: Userspace FUSE Reimplementation Using puffs
Antti Kantee
Helsinki University of Technology
Alistair Crooks
The NetBSD Foundation
From Google Scholar
A Kantee, A Crooks - surfnet.nl
http://ftp.surfnet.nl/pub/NetBSD/misc/agc/refuse.pdf
unchecked
Rapid file system development using ptrace
Richard P. Spillane, Charles P. Wright, Gopalan Sivathanu, Erez Zadok
June 2007
ExpCS '07: Proceedings of the 2007 workshop on Experimental computer science
Publisher: ACM
http://portal.acm.org/citation.cfm?id=1281700.1281722&coll=ACM&dl=ACM&CFID=72794614&CFTOKEN=64491036
unchecked
A Dynamic Pricing Mechanisms for P2P Referral Systems
google scholar
http://portal.acm.org/citation.cfm?id=1018411.1018970&jmp=abstract&coll=ACM&dl=ACM&CFID=72794614&CFTOKEN=64491036
unchecked
The Google File System
ACM
http://portal.acm.org/citation.cfm?id=945445.945450&coll=ACM&dl=ACM&CFID=72794614&CFTOKEN=64491036
yet not checked
Cluster computing for web-scale data processing
ACM
http://portal.acm.org/citation.cfm?id=1352135.1352177&coll=ACM&dl=ACM&CFID=72794614&CFTOKEN=64491036
yet not checked
A Classification of Disconnected Operation Techniques
Marija Mikic-Rakic
Google Inc
Nenad Medvidovic
Computer Science Department
University of Southern California
Aug.2006
Proceedings of the 32nd EUROMICRO Conference on Software Engineering and Advanced Applications
EUROMICRO-SEAA '06
Found it by the IEEE Xplore, but is also accessible from the ACM Portal
http://portal.acm.org/citation.cfm?id=1155445.1155957&coll=&dl=
An index to the disconnected operations.
インデックスとしては良いけれど、それぞれの視点について詳しく書かれているわけでもないので、それほど優れているわけでもない。とにかくいろんなものが列挙されてる印象。
A programming model and system support for disconnected-aware applications on resource-constrained devices
Yaron Weinsberg
Technion
Israel Institute of Technology, Technion City, Haifa Israel
Israel Ben-Shaul
Technion
Israel Institute of Technology, Technion City, Haifa Israel
International Conference on Software Engineering
Proceedings of the 24th International Conference on Software Engineering
Found it on the ACM portal
http://portal.acm.org/citation.cfm?id=581386
能力の制限されたモバイル端末(thin client <=> thick server 的system)においてサーバコネクションが失われたときのDOについて。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment