Conceptos
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Conceptos de App Engine para PHP
Microservicios en App Engine
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],[],[[["\u003cp\u003eApp Engine offers a managed environment for PHP applications, detailing how requests are handled, routed, and how instances scale to meet user demand.\u003c/p\u003e\n"],["\u003cp\u003eThe content explains the structure and functionality of the PHP standard environment within App Engine and how to control access at the project level.\u003c/p\u003e\n"],["\u003cp\u003eThis material covers how to build applications using a microservices architecture on App Engine, including creating development environments, defining service interactions, and optimizing performance.\u003c/p\u003e\n"],["\u003cp\u003eIt details the process of transitioning an existing monolithic application into a microservices-based design within the App Engine framework.\u003c/p\u003e\n"]]],[],null,["# Concepts\n\nApp Engine for PHP concepts\n---------------------------\n\n- [### An Overview of App Engine\n An explanation of App Engine services, the building blocks of App Engine applications](/appengine/docs/legacy/standard/php/an-overview-of-app-engine)\n- [### The PHP Standard Environment\n A description of the PHP standard environment for App Engine and how it works.](/appengine/docs/legacy/standard/php/runtime)\n- [### How Requests are Handled\n How requests to your application are understood and handled within App Engine.](/appengine/docs/legacy/standard/php/how-requests-are-handled)\n- [### How Requests are Routed\n How HTTP requests from users and other applications can be routed using dispatch files.](/appengine/docs/legacy/standard/php/how-requests-are-routed)\n- [### How Instances are Managed\n A description of how App Engine instances are managed and scale dynamically to meet demand.](/appengine/docs/legacy/standard/php/how-instances-are-managed)\n- [### Access Control\nSet access control using roles at the project level.](/appengine/docs/legacy/standard/php/access-control) \n\nMicroservices on App Engine\n---------------------------\n\n- [### Microservices Architecture\n An explanation of App Engine application architecture for building a microservices-based application.](/appengine/docs/legacy/standard/php/microservices-on-app-engine)\n- [### Developer Environment\n Creating QA, test, dev, and prod environments with microservices.](/appengine/docs/legacy/standard/php/creating-separate-dev-environments)\n- [### Contracts, Addressing, and APIs\n Connecting microservices to each other in App Engine.](/appengine/docs/legacy/standard/php/designing-microservice-api)\n- [### Best Practices for Performance\n Structuring your microservice application for peak performance and reduced latency.](/appengine/docs/legacy/standard/php/microservice-performance)\n- [### Migrate an Existing App\n Migrating an existing monolithic app to a microservices architecture.](/appengine/docs/legacy/standard/php/microservice-migration)"]]