This document discusses moving a podcast hosting application called MyAudioCast off of Google App Engine (GAE) and onto other Python platforms as a result of high costs and limitations. Some key points:
- MyAudioCast was running on GAE for over a year but costs were rising to $120/month due to high storage, bandwidth, and processing usage.
- Performance on GAE was poor with high error rates for operations like inserting logs and updating counters.
- Development was slowed by GAE limitations like long deployment times and inability to easily use common Python packages.
- The author chose to migrate MyAudioCast to the Linode VPS and Heroku PaaS for better pricing,