Hi Kinesh,

Here's what I've seen at the european roadshow and other conferences :

(1) Manual Scaling: yes. Bounded (lower/upper): looks like a yes. Auto
Scaling: no
(2) The public version of Managed Vms will be based on Docker. So you'll
provide a Dockerfile. You then can install everything you want.
(3) I don't know
(4) I'm sure I understand your question
(5) You can install mongo of whatever on the managed vm. But it is a
disposable vm. So I wouldn't recommend it. But it can talk to other vms on
which Mongo is running.

David.


On Fri, Apr 18, 2014 at 11:49 PM, Kinesh Patel <kin...@sevenrooms.co> wrote:

> Anybody got insight on this? I guess we'll just wait for the full
> documentation....
>
>
>
> On Wednesday, March 26, 2014 4:23:41 PM UTC-4, Kinesh Patel wrote:
>>
>>
>> Just trying to get a handle on what we can and can't accomplish with
>> managed VM's.
>>
>> (1) The demos provided utilized manual scaling. Is auto scaling an
>> option? e.g. Will app engine spin up / down based on request load?
>>
>> (2) Seems like I can install anything on a Managed VM with apt-get. Are
>> there any other ways to install things? Can I run a startup script and load
>> any arbitrary software from a server of my choosing, for example?
>>
>> (3) Can I load a persistent disk of my choosing on a managed VM?
>>
>> (4) When I'm writing backend code, what do I need to consider?  e.g. a
>> request is routed to a managed VM with my full software stack installed,
>> but I additionally have access to other libraries I've specified. In
>> Python, does this mean that I need to ensure my imports are isolated so
>> that normal requests don't try to import those dependencies?
>>
>> (5) Let's say I want to use MongoDB or Cassandra instead of the
>> datastore. Is now possible to mount a persistent disk with a different
>> database on a managed VM, so I can use any database I want just as
>> efficiently as I use the datastore today? (i.e. the VM's are colocated and
>> I dont need to use URLFetch to get anything as I have to do now with App
>> Engine).
>>
>> Any insights are appreciated as the documentation is still not out there!
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to