Commit 7cfbe732 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c52a4ac4
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// See COPYING file for full licensing terms. // See COPYING file for full licensing terms.
// See https://www.nexedi.com/licensing for rationale and options. // See https://www.nexedi.com/licensing for rationale and options.
// Package wcsrv provides filesystem server with file data backed by wendelin.core arrays. // Package wcfs provides filesystem server with file data backed by wendelin.core arrays.
// //
// Intro // Intro
// //
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
// //
// Invalidation protocol // Invalidation protocol
// //
// In order to support isolation wcsrv implements invalidation protocol that // In order to support isolation wcfs implements invalidation protocol that
// must be cooperatively followed by both wcsrv and client: // must be cooperatively followed by both wcfs and client:
// //
// The filesystem server itself will receive information about changed data // The filesystem server itself will receive information about changed data
// from ZODB server through regular ZODB invalidation channel (as it is ZODB // from ZODB server through regular ZODB invalidation channel (as it is ZODB
...@@ -130,8 +130,8 @@ ...@@ -130,8 +130,8 @@
// modified. Knowing this it knows which data it dirtied and so can write this // 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. // data back to ZODB itself, without filesystem server providing write support.
// //
// 2. write to wcsrv // 2. write to wcfs
// //
// XXX we later could implement "write-directly" mode where clients would write // XXX we later could implement "write-directly" mode where clients would write
// data directly into the file. // data directly into the file.
package wcsrv package wcfs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment