Prev | Index | NextWhat is migration?
- Hand-off of application-level duties from one process to another
- Database server moving load to another process
- Web server moving connection to user process
- Existing state passed from old code to new code
- Add features
- Incorporate bugfixes
Twisted Presentation