Hi Bryan, the application can be hosted in LAN just use dev_appserver.py. but I can user my own user registration and authentication.
It seems that "app-engine-patch" can fix this for google app engine. But I don't know jack about Django web framework, I began to learn Python from Google App Engine. Do you have any suggestions for me? Appreciate!!!!!!!!!!!!! On 2月15日, 上午5时46分, Bryan Donlan <[email protected]> wrote: > On Feb 14, 2:55 pm, Nash-t <[email protected]> wrote: > > > I'd like to do this too but keep in mind you need to build your own > > authentication and security system. > > > Has anyone done any load/stress testing on the dev server? Or taken a > > close look at it's architecture? Is there a possibility to create a > > open source version of app engine that we could use for intranets? > > > The reason I am interested in this is simple. A significant percentage > > of my target market doesn't want their data in the cloud. If we can > > write one application that can serve cloud as well as intranet users, > > we will promote cloud adoption in an evolutionary way. > > The dev appserver does all queries with linear searches, and has no > logging or other such protections for data integrity. It is most > certainly NOT something you want to use for production use. > > Of course, anyone is free to fix it up and make it ready for > production use :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
