Hi mclovin, You can access the datastore remotely using remote_datastore. An article on it is available here: http://code.google.com/appengine/articles/remote_api.html
In order to use this from C, you'd need to implement the remote_api stub module in C, and compile a copy of the datastore Protocol Buffers to C++ using the open source protocol buffer compiler. Are you able to go into detail about what sort of problems you were seeing with CPU usage? Were you attempting to do reporting from App Engine, or were you seeing this with regular interactive serving of pages? -Nick Johnson On Fri, Jun 19, 2009 at 1:04 AM, mclovin <[email protected]> wrote: > > Hey all, > > We developed code and were hoping to use GAE, but it seems as though > the CPU usage is simply too high. We would still love to use GAE, > however, we were wondering if there was anyway to remotely access the > Datastore (hosted on google's servers) w/ C code. Our algorithm was > originally developed for CUDA systems so we were hoping that we could > just write up a way to access our App's datastore from our own servers > because with CUDA we see significant cost savings. > > If there is not we can simply revert to plan b and use Django on our > own servers. > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
