Table of Contents Previous Next
Logo
Developing a File System Server in Python : 21.4 Summary
Copyright © 2003-2008 ZeroC, Inc.

21.4 Summary

This chapter showed how to implement a complete server for the file system we defined in Chapter 5. Note that the server is remarkably free of code that relates to distribution: most of the server code is simply application logic that would be present just the same as a non-distributed version. Again, this is one of the major advantages of Ice: distribution concerns are kept away from application code so that you can concentrate on developing application logic instead of networking infrastructure.
Table of Contents Previous Next
Logo