Actually, by doing so, you're killing of the ability of versioning your own system. A much more elegant solution is using one of the robots as a proxy, which forwards all get/post requests to a specific URL of the other application -where you can handle requests coming for both robots (at least this is how I share data between them).
-SDr On Thu, Jan 28, 2010 at 5:52 AM, RAVINDER MAAN <[email protected]> wrote: > Thanks Simon Rawet > I think this is good workaround for my problem.:)...I will try it > and see if it works for me.. > > With Best Regards > Ravinder Singh Maan > > On Jan 28, 9:17 am, Simon Rawet <[email protected]> wrote: > > Appengen alows multipel versons of an application and in this case > > wave robots. So what you can do is give one bot verson 1 and the other > > 2 and then there wave addres are something like > [email protected] > > > > The wersoning is done in your app file and if you login to your > > appengen account the 2 verson i under the wersoning tab. > > > > From what i understand the 2 verson are gonna have the same DB > > > > -- > > Sent from my iPhone > > > > On Jan 25, 2010, at 12:12 AM, RAVINDER MAAN <[email protected]> wrote: > > > > > Hi all > > > Can we share same app engine database in two robots?Problem is > > > that with one appengine application ID I can host only one > > > robot .But I have two robots which work on smae database.How can we > > > do that.Thanks. > > > > > -- > > > Regards, > > > Ravinder Singh Maan > > >http://ravindersinghmaan.blogspot.com/ > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > > > . > > > For more options, visit this group athttp:// > groups.google.com/group/google-wave-api?hl=en > > > . > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
