> * Fast and scalable multithreaded userspace server. Being inThat's interesting :-) That sounds great, but what do you mean by 'novel'? Don't other modern network filesystems use asynchronous requests and replies in some form? It seems like the obvious thing. By transactions, do you mean an atomic set of writes/changes? Or do you trace read dependencies too? This is extremely cool, and obviously the right thing to do. No sane network filesystem would be without it, one naively hopes :-) How is it different from NFSv4 leases and SMB oplocks? Or are they the same basic idea? With all those asynchronous requests, are your writeback caches fully coherent? Example. Client A reads file X (data: x0), then writes X (new data: x1), then reads Y (data: y0), then writes Y (data: y1). Client B reads Y then reads X. Is it guaranteed that client B cannot ever get data y1 and x0? A fully coherent system (meaning behaves like a local filesystem) does guarantee that. If cache requests for file X and file Y are independent, this is not guaranteed. -- Jamie --
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Stephen Rothwell | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Arjan van de Ven | Re: [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 33/37] dccp: Initialisation framework for feature negotiation |
| Christoph Lameter | Network latency regressions from 2.6.22 to 2.6.29 |
