@Jeff: Thanks. I hadn't thought about "each running version of application starting up with a separate instance". Using multi-tenancy for multi-homing will definitely be a lot cheaper than using multiple versions.
On Sun, Jun 5, 2011 at 9:03 AM, Robert Kluin <[email protected]> wrote: > I'd also like to map a custom domain to a specific version of an app. > > However, I'm not sure it will help much with the new pricing, each > version will have its own instances. Sure you'll save the $9 / app > minimum, but you might wind up paying for a instance to serve each of > the other versions. Instances aren't that cheap at around $56 / > month. > > > > Robert > > > > > > On Sat, Jun 4, 2011 at 19:49, JH <[email protected]> wrote: > > Actually you can have one version run python and another use java > > > > On Jun 4, 6:03 pm, Prashant <[email protected]> wrote: > >> With new pricing model multiplexing multiple apps to a single app will > be > >> cheaper for developers who have multiple apps will low traffic. It can > be > >> done using multi-tenancy but the problem would be that a bug in one > >> application will pull down all the apps. And, obviously, python apps can > not > >> be multiplexed with java apps and vice versa. > >> > >> > >> > >> > >> > >> > >> > >> On Sun, Jun 5, 2011 at 4:24 AM, Jeff Schnitzer <[email protected]> > wrote: > >> > Please star this issue: > >> >http://code.google.com/p/googleappengine/issues/detail?id=2878 > >> > >> > This is a huge blocking issue for Facebook developers, because FB > >> > forces applications to a single domain. There is no way at all to > >> > test versions of production applications on appspot.com :-( > >> > >> > Jeff > >> > >> > On Sat, Jun 4, 2011 at 2:56 PM, Prashant <[email protected]> wrote: > >> > > Hi all, > >> > > Is it possible to map a domain or sub-domain to a version of an app > >> > instead > >> > > of default version of the app ? If not, has Google any such plan ??? > >> > > -- > >> > > Prashant > >> > >> > > -- > >> > > You received this message because you are subscribed to the Google > Groups > >> > > "Google App Engine for Java" 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-java?hl=en. > >> > >> > -- > >> > You received this message because you are subscribed to the Google > Groups > >> > "Google App Engine for Java" 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-java?hl=en. > > > > -- > > 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. > > > > > > -- > 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. > > -- 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.
