PiRSquared17 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

port qserv to Google App Engine #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google just came out with this:

http://code.google.com/appengine/

Somehow, I trust Google's infrastructure not to explode for weeks at a time
like my own "infrastructure" does, once in a while... ;-)

We'd have to translate qserv to Python, which shouldn't be difficult except
for the bit where I don't know much Python at all (I'm supposed to be
learning it soon, though). I think it should also be possible to code this
in such a way that you can still run it as a CGI like we do now (if only
using the test server they provide).

Original issue reported on code.google.com by pphaneuf on 8 Apr 2008 at 9:08

GoogleCodeExporter commented 9 years ago
This is in the repository now and seems to be working. I'll be putting it in
production soon (first on ludusdesign.com using the development server, then on
qserv.appspot.com).

Original comment by pphaneuf on 15 Dec 2008 at 12:21