Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Mit App Engine haben Sie die Wahl zwischen zwei Ruby-Sprachumgebungen. Beide Umgebungen bieten denselben codezentrierten Entwicklerworkflow, können schnell und effizient skaliert werden, um die steigende Nachfrage zu bewältigen, und ermöglichen die Verwendung der bewährten Bereitstellungstechnologie von Google, um Ihre Web-, Mobil- und IoT-Anwendungen schnell und mit minimalem operativen Aufwand zu erstellen. Die beiden Umgebungen haben zwar viel gemeinsam, sie unterscheiden sich aber auch in einigen wichtigen Punkten.
Die Anwendung kann auf 0 Instanzen skalieren, wenn kein Traffic vorhanden ist. Am kosteneffizientesten für Anwendungen, die über längere Zeitspannen keinen Traffic bereitstellen.
Schnelle Bereitstellung
Laufzeit-Image kann nicht individuell angepasst werden.
Kein kostenloses Kontingent. Anwendung hat immer eine minimale Anzahl von laufenden Instanzen.
Am kosteneffizientesten für Anwendungen, die kontinuierlich Traffic bereitstellen.
Längere Bereitstellungszeit
Laufzeit-Image kann angepasst werden
Verwendung benutzerdefinierter Maschinentypen zum Konfigurieren der CPU-Anzahl und Speichergröße
Eine App Engine-Anwendung kann in zwei Umgebungen ausgeführt werden: in der Standardumgebung und in der flexiblen Umgebung. Sehen Sie sich eine Zusammenfassung der Unterschiede zwischen den beiden Umgebungen an.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","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)"]]