On Nov 8, 10:02 pm, justgame <[email protected]> wrote:
>  Hello guys,
>        I met a trouble.
>        I want my GAE applications only accessed by intranet, how to?
>        By firewall setting? Using net api?
>        Thank you very much for your help.

Using the dev_appserver for production applications is probably a bad
idea; it's single-threaded and can only handle one request at a time,
and doesn't scale to holding lots of data either.

Obviously, applications running on the production servers at Google
can't be restricted to an intranet either; since they're already
running on the internet.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to