i really like it , if google group allow to edit post within 30
minutes of its posting...so that we can correct some typo ......

so , for easily deploying an application to multiple website , { which
can be done easily already .. via google apps }
with different datastore for different application {which is not
easily done} , { i am wondering , is there any hidden limit on how
many different table you can create ? }

i am doing it right now , is via detecting the host address first ,
and using it as a reference before i fire the wsgi application. it
work nice. but , i feel security risk. so seperating database
{ optionally , e.g.

class Contact(db.Model, multiple_class=True,ref=HTTP_HOST)  kind of
thing will be very usefull. doing it manually add an index to each and
every table.

-- i think this issue can be solve at user space with directly using
core datastore api , is there anybody come up with it's solution ? ..

Thanks.

P.S. And yes , as full text search is not in the road map of gae , has
anyone tried using amazon s3 as a full text search along with gae { i
am doing it
right now with help of google base , but its too open for full text
search } ? -- or better ,do amazon provide full text search ?
--~--~---------~--~----~------------~-------~--~----~
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to