I found out about something called appengine secure data connector (SDC). basically it creates a tunnel between your intranet and google servers, and then you can exchange data privately over that channel. however, it's still http only so there will be some serialization to do
On 2 Mag, 00:35, mwkorver <[email protected]> wrote: > Maybe the simple way about this would be to run openbd on EC2 and use > their RDS (MySQL) service? > > I think you can get it all working including server autoscaling, load > balancing, and the db using Elastic BeanStalk via the browswer > console. > > On Apr 30, 5:28 pm, al codans <[email protected]> wrote: > > > > > > > > > thanks for all the info! looks like i'll have to write a portability > > layer into this legacy app i need to port. > > > on a totally unrelated note, now that the thread is EOL, ill go check > > if the latest nightly build has solved the nullpointer ecxception > > problem.. > > > On 30 Apr, 13:18, "Alan Williamson" <[email protected]> wrote: > > > > They don't offer direct socket access - that is why you have to use their > > > http library for http access. > > > > They also don't allow any http access to take longer than 30seconds > > > otherwise its killed > > > > -- > > > http://alan.blog-city.com/ -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
