berkerpeksag / github-badge

GitHub Badge is a simple embeddable badge showing your GitHub stats like the number of public repositories, number of followers, favorite languages etc.
https://githubbadge.appspot.com/
291 stars 31 forks source link

Consider switching to python27 runtime on GAE #21

Closed BYK closed 12 years ago

BYK commented 12 years ago

Google App Engine, where the project runs on, has now an experimental python27 with multi-threading support. Try to use this new run-time for efficiency and staying up to date.

BYK commented 12 years ago

Didn't added thread locking for memcache code since it was covering the whole "badge" handler. If thread locking is used, it will practically "disable" multi-threading.

The latest version is deployed and can be tested at http://2.githubbadge.appspot.com/