First page Back Continue Last page Overview Graphics
NFSv4 Library Implementation
Began developing a Python NFSv4 library by hand, but realized it would require much time
Decided to try developing an RPC compiler (rpcgen) for Python
- No RPC compiler for Python existed
Successful
- Quick implementation
- Generated code has higher quality than handwritten