Day: December 13, 2009

  • Using threads to do background work for maemo python app.

    One of the most common requests for Witter has been to do auto-refresh on feeds. The challenge of doing this is having to switch from a single threaded user driven app, to a multi threaded app. This brings a bunch of challenges. For me the first was wanting to separate my code into separate python…