[google-appengine] Re: Question: GAE and externally hosted databases

2009-03-08 Thread peterk
I don't think you can currently connect directly to, say, a mysql server from GAE. Access to remote servers on GAE is done via urlfetch: http://code.google.com/appengine/docs/python/urlfetch/overview.html Which limits you to http requests over port 80 or 443 only. You could, however, create a

[google-appengine] Re: Question: GAE and externally hosted databases

2009-03-08 Thread Let Delete My Apps
I think you could use JSONP http://www.google.com/search?hl=enq=JSONP+%22cross-site%22btnG=Search . . On Mar 7, 2:13 pm, whichpaul paul.swan...@gmail.com wrote: Is it possible to connect to externally hosted databases (eg. mysql running on a server outside of the google network) from an