Mon, 6 October 2008 This episode is a little deviation from our usual Java-from-the-trenches talks to a subject that is a little more experimental but still very interesting. In this one I talk to Nadav Weiner about 9P, a network protocol developed for the Plan 9 from Bell Labs distributed operating system. I didn't know about 9P before Nadav told me about it. The idea of a network protocol to implement a virtual distributed file system with a programmatic API sounded very interesting and so we set out to explore the possibilities for the Java developer.You can find more resources on the topics we talk about in the following links:
Comments[0] |
Post your comment:


This episode is a little deviation from our usual Java-from-the-trenches talks to a subject that is a little more experimental but still very interesting. In this one I talk to Nadav Weiner about