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

ian douglas ian.douglas at iandouglas.com
Thu Apr 19 16:46:39 CEST 2012


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" <suryak at live.com> wrote:

>  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 app. I mean..
>
> Can anyone help me on it..
> (Assuming that there is a server.py which just shows how many clients are
> connected to it, how do I make a app of such program)
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120419/ef5adfe3/attachment.html>


More information about the Tutor mailing list