Re: [9fans] Duplicate fids on 9p server

2014-01-21 Thread Amol Dixit
Thanks Charles. Interestingly, I had read your paper and was my primary reference so far (The Ubiquitous File Server). Like you said the way to handle this is to maintain open fids as per-client state - it worked. I noticed linux/v9fs also does something similar, although it is not a 9P server p

Re: [9fans] Duplicate fids on 9p server

2014-01-21 Thread Charles Forsyth
On 21 January 2014 23:00, Amol Dixit wrote: > At some point in future, I would like to understand how in the case of > clients sharing a single connection, the “agent managing the sharing > arranges that no two clients chose the same fid”. > In the Plan 9 kernel, one important such agent is the

[9fans] Things about werc + Plan 9 httpd

2014-01-21 Thread cherry
Hello, As I recently played werc on Plan 9, I would like to share a couple of things I found. First, in the Docs page ( http://werc.cat-v.org/docs/web-server-setup/plan-9-httpd), it says > you will need to replace the ‘%($“extraHeaders%)’ in lib/headers.tpl with ‘% echo $"extraHeaders’ no clue w