First page Back Continue Last page Summary Graphic
Design Principles
keep it reasonable
- We cannot rewrite the complete server
- We don't want to re-invent the wheel
keep it modular
- As many things as possible should go into modules
- The basic loader binary should be minimal
- A clean design with well defined layering is important
Notes: