Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
App Engine vous permet de choisir entre deux environnements de langage Ruby. Les deux environnements comportent le même workflow de développeur centré sur le code. Capables de s'adapter rapidement et efficacement à l'augmentation de la demande, ils vous permettent d'exploiter la technologie de service éprouvée de Google pour créer rapidement vos applications Web, mobiles et IoT avec des coûts d'exploitation minimaux. Malgré leurs nombreuses caractéristiques communes, ces deux environnements présentent toutefois quelques différences importantes.
L'application peut réduire le nombre d'instances à zéro en l'absence de trafic. Il s'agit de la solution la plus rentable pour les applications qui ne diffusent pas de trafic pendant de longues périodes.
Rapidité de déploiement.
L'image de l'environnement d'exécution ne peut pas être personnalisée.
Pas de version gratuite. L'application garde toujours un nombre minimal d'instances en cours d'exécution.
Il s'agit de la solution la plus rentable pour les applications qui diffusent le trafic en continu.
Déploiement plus long.
L'image de l'environnement d'exécution peut être personnalisée.
Configuration du nombre de processeurs et de la taille de la mémoire à l'aide des types de machines personnalisés.
Vous pouvez exécuter une application App Engine dans deux environnements : l'environnement standard et l'environnement flexible. Consultez un récapitulatif des différences entre les deux environnements.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["\u003cp\u003eApp Engine offers two Ruby environments, Standard and Flexible, both sharing a code-centric workflow and efficient scaling capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe Standard environment includes a free tier and the ability to scale down to zero instances, ideal for applications with intermittent traffic, while the Flexible environment does not have a free tier and is tailored for applications with consistent traffic.\u003c/p\u003e\n"],["\u003cp\u003eThe Standard environment offers faster deployment times, while the Flexible environment allows for runtime image customization and the use of custom machine types for CPU and memory configuration.\u003c/p\u003e\n"],["\u003cp\u003eBoth Standard and Flexible environments utilize the Ubuntu OS for running applications.\u003c/p\u003e\n"]]],[],null,["# Ruby on Google App Engine\n\nApp Engine offers you a choice between two Ruby language environments. Both environments have the same code-centric developer workflow, scale quickly and efficiently to handle increasing demand, and enable you to use Google's proven serving technology to build your web, mobile and IoT applications quickly and with minimal operational overhead. While the two environments have a lot in common, they differ in a few important ways. \n\nChoose your preferred environment\n---------------------------------\n\n### Standard environment\n\n- [Free tier](/appengine/pricing)\n\n- Application can scale to 0 instances when there is no\n traffic. Most cost-effective for applications that have significant periods\n where they are not serving traffic\n\n- Fast deployment time\n\n- Runtime image cannot be customized\n\n- Ubuntu OS\n\n[View Docs](/appengine/docs/standard/ruby/runtime) \n\n### Flexible environment\n\n- No free tier. Application always has a minimum number of running instances.\n Most cost-effective for applications that serve traffic continuously\n\n- Longer deployment time\n\n- Runtime image can be customized\n\n- Use custom machine types to configure CPU count and memory size\n\n- Ubuntu OS\n\n[View docs](/appengine/docs/flexible/ruby/runtime) \n\nChoosing an environment\n-----------------------\n\nYou can run an App Engine application in two environments, the standard environment and the flexible environment. See a summary of differences between the two environments.\n[Learn more](/appengine/docs/the-appengine-environments)"]]