Examples with "memcache key" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Compare and set is a feature that allows multiple requests that are being handled concurrently to update the value of the same memcache key atomically, avoiding race conditions.
Compare-and-Set ist eine Funktion, die zulässt, dass mehrere gleichzeitig verarbeitete Anfragen den Wert desselben Memcache-Schlüssels unteilbar aktualisieren können. Auf diese Weise werden Race-Bedingungen vermieden.
Handling concurrent writes To use the compare and set feature to handle writes from multiple requests to the same memcache key
If you're updating the value of a memcache key that might receive other concurrent write requests, you must use the memcache Client object, which stores certain state information that's used by the methods that support compare and set.
Wenn Sie den Wert eines Memcache-Schlüssels aktualisieren, der andere gleichzeitige Schreib-Requests erhalten kann, müssen Sie das Memcache-Objekt Client verwenden. Dieses Objekt enthält bestimmte Statusinformationen, die von den Methoden verwendet werden, die Compare-and-Set unterstützen.
Andere resultaten
For query requests, read the list of Player entities from Memcache and execute a keys-only query on Cloud Datastore when the list is not present in Memcache.
The other key logical component is the App Engine memcache service and its behavior with regard to compare and set.
Die andere wichtige logische Komponente ist der Memcache-Dienst von App Engine und dessen Verhalten in Bezug auf Compare-and-Set.
Otherwise, you may be limited in refactoring to other alternatives to achieve a certain level of consistency, such as a keys-only query followed by a lookup-by-key, or by using Memcache.
If your application cannot incorporate entity groups because of the limitations described earlier, you may consider other options such as using keys-only queries or Memcache.
Wenn Ihre Anwendung aufgrund der oben beschriebenen Einschränkungen keine Entitätengruppen einbinden kann, können Sie andere Optionen wie die Verwendung von ausschließlich schlüsselbasierten Abfragen oder Memcache in Betracht ziehen.
These systems are designed for applications with high memory requirements such as document databases or key-value stores (e. g. memcache).
Diese System sind für Anwendungen mit einem hohen Bedarf an Arbeitsspeicher wie Document Databases oder Key-Value Stores (z.B. memcache) ausgelegt.
For dedicated memcache, the peak access rate on a single key should be 1-2 orders of magnitude less than the per-GB rating.
Bei dediziertem Memcache sollte die maximale Zugriffsrate für einen einzelnen Schlüssel um ein bis zwei Größenordnungen unter der Pro-GB-Rate liegen.