简体   繁体   中英

Does Google App Engine use any hypervisor?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM