Hi,

is there a how-to on what to avoid doing wrong when building a webapp
with web2py which should run on Google App Engine? I found, of course,
everything that is listed here:

http://web2py.com/book/default/search?search=app+engine

But I still do not feel very confident about which traps to avoid
stepping in...

Of course I really, really would like to have the app also beeing able
to run not only on GAE but everywhere else - as I understand it now, a
simple change of the connection string will make it able to use, let´s
say mysql with a more "traditional" hosting environment?

That would look like

db = DAL('gae')

to run on appengine and change to

db =  DAL('mysql://username:passw...@localhost/test', pool_size=0)

to make it run anywhere else?

[Of course, only if I do not use libs that are blacklisted on GAE]

Or will the need for datastore-specific programming break my app for
other databases?
Certainly it will not be optimized for SQL-Engines, but still run?

Sorry for too many questions :)

Thanks you very much for your attention,
Snaky

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to