Plan 9 from Bell Labs’s /usr/web/sources/patch/sorry/exportfs-threads/readme

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


This makes exportfs fully threaded and solves a problem, posted
by Eric Van Hensbergen:

	% srvfs test /
	% mount /srv/test /n/test
	% lc /n/test/n/test
	[no response]

This was because exportfs did send a Tstat to itself, but since
Tstat was single-threaded, wasn't there a thread to readn() the
message and so it all stucks.


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.