But I want to make sure if running an executable file is okay because I read somewhere you can't run an executable on appengine b/c what if you're running a virus, for instance.
On Oct 14, 5:08 pm, "Ikai Lan (Google)" <[email protected]> wrote: > You probably want to read all the docs of App Engine first. There's no > filesystem access. You don't worry about nodes. It's all handled for you. > Instead of saving to files, you save binary data to the datastore or the > blobstore via the APIs. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > > > > > > > On Tue, Oct 11, 2011 at 6:57 PM, henry <[email protected]> wrote: > > Hi, > > > Please let me know if this is possible with google app engine. > > > I basically have an executable file that takes in 2 input files and > > spits out 4 output files when finished. Can I run this using app > > engine? I am worried about reading and writing file features using App > > engine because I'm not sure which directory I will need to specify my > > output file to write to. > > > Also, is the number of nodes allocated handled automatically? Like in > > amazon you specify number of nodes so here all the parallelization is > > done automatically? > > > thanks, > > Henry > > > -- > > 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.
