[Tutor] How to run a small python client-server on Google App Engine

2012-04-19 Thread Surya K
I wrote a small python Client-Server program.. (I use python 2.7) and want to make it real. I mean, I want to put the server on Google App Engine.. I went through it and found that, I need to use Google API so that it should work on GAE. So, How could I create such a small Google App Engine's

Re: [Tutor] How to run a small python client-server on Google App Engine

2012-04-19 Thread ian douglas
I suppose you could run something persistent on a reserved instance at Google App Engine, but typically they kill any process running longer than 30 seconds. And the persistent servers aren't free. On Apr 19, 2012 7:36 AM, Surya K sur...@live.com wrote: I wrote a small python Client-Server