-
From google.com
[gae][python]KayでシンプルにTaskQueueを使いこなす
AppEngineには、どんな処理も30秒以内に終わらせないとダメって言う通称30秒ルールという神の掟があってこれを破るとプロセスをKillれてしまいます。ほとんどの処理は30秒もかからないので問題ないですが、クロールとか形態素解析とかやりだすと30秒なんて一瞬です。特にネットワーク経由で複数のものを取りに行ったりすると2秒かかるのを10個もやれば、Data...3 months ago -
From delicious.com
gaema - Project Hosting on Google Code
gaema is a library that provides various authentication systems for Google App Engine. It is basically the tornado.auth module extracted to work independently of a framework.5 months ago -
From delicious.com
gae-pytz - Project Hosting on Google Code
This project provides a version of pytz tuned for Google App Engine.6 months ago -
From delicious.com
tipfy - Project Hosting on Google Code
Tipfy is a cute little Python framework for App Engine which follows the basic concepts of web.py and webapp. It is built on top of Werkzeug's WSGI utilities and is really sma...8 months ago -
From delicious.com
Background work with the deferred library - Google App Engin...
Thanks to the Task Queue API released in SDK 1.2.3, it's easier than ever to do work 'offline', separate from user serving requests. In some cases, however, setting...8 months ago -
From youtube.comAudrey Roy wins $1000 in App Engine hosting from Google and a Netbook from Twili...[ View Large ]9 months ago
-
From delicious.com
asynctools - Project Hosting on Google Code
asynctools is a library allowing you to execute Google App Engine API calls in parallel. API calls can be mixed together and queued up and then all are kicked off in parallel. Call...1 year ago -
From google.com
Kay framework を使ってみる
Kay framework を 7/7 にリリースしたわけですが、日本語での情報が無いので少しずつ書いていくことにしようと思います。始め方必要なものは下記の通りです。Python-2.5App Engine SDK PythonKay frameworkmacports を使って python25 を入れた場合は、他に下記もインストールしましょう。py25-...1 year ago -
From delicious.com
Google App Engine Articles - Google App Engine - Google Code
This series of articles provides an overview of best practices on how to design your application to scale. This includes an in-depth discussion on when and how to use the Memcache...1 year ago
Ian Lewis is a web developer living in Tokyo Japan. His current interests are in Django, python, alternative databases and rapid web application development. About Me...
