Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
7cfbe732
Commit
7cfbe732
authored
Jun 25, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c52a4ac4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
go/wcfs/t/t.go
go/wcfs/t/t.go
+0
-0
go/wcfs/wcfs.go
go/wcfs/wcfs.go
+5
-5
No files found.
go/wc
srv
/t/t.go
→
go/wc
fs
/t/t.go
View file @
7cfbe732
File moved
go/wc
srv/wcsrv
.go
→
go/wc
fs/wcfs
.go
View file @
7cfbe732
...
...
@@ -17,7 +17,7 @@
// See COPYING file for full licensing terms.
// See https://www.nexedi.com/licensing for rationale and options.
// Package wc
srv
provides filesystem server with file data backed by wendelin.core arrays.
// Package wc
fs
provides filesystem server with file data backed by wendelin.core arrays.
//
// Intro
//
...
...
@@ -92,8 +92,8 @@
//
// Invalidation protocol
//
// In order to support isolation wc
srv
implements invalidation protocol that
// must be cooperatively followed by both wc
srv
and client:
// In order to support isolation wc
fs
implements invalidation protocol that
// must be cooperatively followed by both wc
fs
and client:
//
// The filesystem server itself will receive information about changed data
// from ZODB server through regular ZODB invalidation channel (as it is ZODB
...
...
@@ -130,8 +130,8 @@
// modified. Knowing this it knows which data it dirtied and so can write this
// data back to ZODB itself, without filesystem server providing write support.
//
// 2. write to wc
srv
// 2. write to wc
fs
//
// XXX we later could implement "write-directly" mode where clients would write
// data directly into the file.
package
wc
srv
package
wc
fs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment