Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8771415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:46:53+00:00 2026-06-13T17:46:53+00:00

I have implemented instance mem-caches because we have very static data and the memcache

  • 0

I have implemented instance mem-caches because we have very static data and the memcache is not very reliable and rather slow compared to an instance cache.

However there is some situations where I would like to invalidate the instance caches. Is there any way to look them up?

Example
Admin A updates a large gamesheet on instance A and that instance looks up all other instances and update the data using a simple REST api.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:46:54+00:00Added an answer on June 13, 2026 at 5:46 pm

    TL;DR: you can’t.

    Unlike backends, frontend instances are not individually addressable; that is, there is no way for you to make a RESTy URLFetch call to a specific frontend instance. Even if they were, there is no builtin mechanism for enumerating frontend instances, so you would need to roll your own, e.g. keeping a list of live instances in the datastore and adding to it in a warmup request and removing on repeated connect failure. But at that point you’ve just implemented a slower, more costly, and less available memcache service.

    If you moved all the cache services to backends (using your instance-local static, or, for instance, running a memcached written in Go as a different app version), it’s true you would gain a degree of control (or at least transparency) regarding evictions. Availability, speed, and cost would still likely suffer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented a very basic plug-in system as part of a static library
I have implemented pagination to my data, but the problem is I only have
I am working on the application (C# 2.0). I have implemented single instance in
I have implemented the Singleton class as below: public class Singleton { private static
I have implemented UserDetailsService , it returns an instance of MyUser (which implements UserDetails
I have a singleton implemented like this: class Test123(object): _instance = None def __new__(cls,
I have a Class, it will be implemented to be many instances. I want
I have a factory class, DocumentLoaderFactory , which simply returns an instance that implements
Im trying to implement an Observer/Observable pattern on an EC2 instance. I have been
I have implemented correctly bump's api, and added this code: - (void) configureBump {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.