[google-appengine] Re: Should I migrate to App Engine?

2009-02-25 Thread GregF
Depends on the site. If it is likely to hit the big time, GAE will repay the pain of redeveloping (getting used to the datastore, mainly) many times over. And if you aren't a sysadmin, GAE will let you sleep at night. If it does crash (and I'm sure it will, occasionally) you can sit back and let t

[google-appengine] Re: Should I migrate to App Engine?

2009-02-25 Thread Wiiboy
Huh. You sound like my Google-hating dad, saying, 'I drink the Google kool-aid'. But I'm not using my own servers. I'm hosting with another company (called Lunarpages). There isn't much code to convert, and, for safety, I'd probably try to keep up a standard-python copy, just in case. One big q

[google-appengine] Re: Should I migrate to App Engine?

2009-02-26 Thread Jarek Zgoda
They say so (in normal CGI you do not have cached imports), but I found one of my applications performing much worse than in normal WSGI environment (Apache + mod_wsgi in daemon mode). I suspect the storage, as my app is rather write-heavy - profiling info did not reveal any special suspects. On

[google-appengine] Re: Should I migrate to App Engine?

2009-02-26 Thread Wiiboy
So what are the advantages of moving to App Engine? By the way, my other hosting provider says that it uses CGI. Is that the same thing as WSGI? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: Should I migrate to App Engine?

2009-02-26 Thread Jarek Zgoda
No, it is not. CGI is generic way of passing environment variables to web applications. WSGI is standardized communication protocol between web servers (like these that offer CGI interface) and web applications written in Python. Basically you just write WSGI-based application and run it in WSGI e

[google-appengine] Re: Should I migrate to App Engine?

2009-02-26 Thread Wiiboy
Hum. Well, I've got a PHP forum that I'm running. On my normal hosting, I could connect to the MySQL database for data regarding the forum (currently logged in user's username, etc.). Now, since App Engine doesn't support MySQL, what do I do? Or is this idea done for? --~--~-~--~~-

[google-appengine] Re: Should I migrate to App Engine?

2009-02-26 Thread Wiiboy
I started another 'discussion' about this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this gro

[google-appengine] Re: Should I migrate to App Engine?

2009-02-27 Thread Wiiboy
Well, darn. Bastian Hoyer said "not directly.. you can only use http requests on port 80 or 443 (ssl) The only thing you can do is add a php script on your server that acts as a proxy for your app. " And since that will probably slow things down, and be hard to work with, I think I'm going to ha

[google-appengine] Re: Should I migrate to App Engine?

2009-02-27 Thread Wiiboy
Ok, last post wasn't very clear: I was referring to connecting to a remote MySQL Database. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appen