]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/9p
auth/keyfs: support -r flag to mount read-only
[plan9front.git] / sys / man / 2 / 9p
index 2fbd944e64918af3b6bff1c25c04fb135db3dbec..5fb78babc4193e298ade7c7baa7fccb497393d63 100644 (file)
@@ -360,7 +360,8 @@ and
 is single-threaded.
 If it is expected that some requests might
 block, arranging for alternate processes
-to handle them is suggested.
+to handle them is suggested (see
+.IR 9pqueue (2)).
 .PP
 .I Srvrelease
 temporarily releases the calling process from the server
@@ -797,12 +798,6 @@ option to increment
 and
 .B /sys/src/lib9p/ramfs.c
 are good examples of simple single-threaded file servers.
-.IR Webfs (4)
-and
-.I sshnet
-(see
-.IR ssh (1))
-are good examples of multithreaded file servers.
 .PP
 In general, the
 .B File
@@ -822,6 +817,7 @@ or is maintained elsewhere.
 .SH SEE ALSO
 .IR 9pfid (2),
 .IR 9pfile (2),
+.IR 9pqueue (2),
 .IR srv (3),
 .IR shr (3),
 .IR intro (5)