GAE is not "a system you manage" 

There are no Executables, only code you wrote. GAE doesn't run Windows, or
Linux, or Mac OS, it runs GAE.

You could write a virus for GAE but it would only infect your instances so
if it did bad things to them it would only hurt you, and would only consume
resources you were paying for.

I don't think this is the platform for you based on your questions.


-----Original Message-----
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of henry
Sent: Wednesday, October 19, 2011 4:24 PM
To: Google App Engine
Subject: [google-appengine] Re: Reading and Writing files using App Engine

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)" <ika...@google.com> 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 <henrywan...@gmail.com> 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 google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to