Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/complyue/jdfs

Package jdfs defines the Go1 interface to communicate with JDFS server and client (local mounter). JDFS server is stateful, in contrast to NFS, a JDFS server process basically proxies all file operations on behalf of the JDFS client, i.e. keep files open, locked, mmap'ed and synced, and etc. All server side states, including resource occupation from os perspective, will be naturally freed/released by means of that the JDFS server process, just exits, once the underlying JDFS connection is disconnected. If the disconnection is unexpected by the very JDFS client, it should fail all pending fs operations, and discard all cached data as well, at the client side. The client can choose to fail hard by unmounting the client fs, or decide to keep the mounted fs under certain circumstances, and reconnect to JDFS server. In this case it can tell client applications accessing the mounted JDFS to try again. But any new connection is treated by the JDFS server as a fresh new mount, such that a fresh server process is started serving each incoming JDFS connection.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/complyue/jdfs
Keywords: distributed, filesystem, networked, nfs, nfs-client, nfs-server
License: Apache-2.0,BSD-2-Clause,BSD-3-Clause,SSPL-1.0
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: github.com/complyue
Stars: 5 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago

    Loading...
    Readme
    Loading...