Since Google App Engine is a PaaS does it use any hypervisor? it is known that Amazon EC2 uses XEN and Microsoft Azure uses Hyper-V.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EC2 is Infrastructure as a Service, and provides low level access to the hardware; thus, the choice of hypervisor is relevant. MS’s Azure also provides reasonably low level access. App Engine is structured around the Google stack; it doesn’t provide access to kernel level services, so the choice of (or existence of) hypervisor isn’t relevant.