Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Google App Engine 是一个 PaaS,它是否使用任何管理程序?众所周知,Amazon EC2 使用 XEN,Microsoft Azure 使用 Hyper-V。
EC2 是基础设施即服务,提供对硬件的低级访问;因此,管理程序的选择是相关的。MS 的 Azure 还提供了相当低级别的访问。App Engine 是围绕 Google 堆栈构建的;它不提供对内核级服务的访问,因此管理程序的选择(或存在)无关紧要。