Linked by Thom Holwerda on Mon 6th Aug 2007 21:50 UTC, submitted by anonymous
Thread beginning with comment 261786
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-06
"I was surprised to learn that the Matt is developing the clustering filesystem via the userspace VFS API instead of putting it in the kernel. Perhaps there are plans to port it to the kernel once the userspace implementation reaches a certain milestone."
The same reason he developed the virtual kernel (running kernel in userland), it's so much easier to develop. You don't have to reboot your computer to see if it worked, and if it doesn't you wont crash the whole system. I suspect that, like you said, when the code reaches a certain maturity level it will be put in kernelspace, you simply can't get enough performance in userland.