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 9161161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:54:21+00:00 2026-06-17T13:54:21+00:00

I need to implement real time notification system like stackoverflow(when someone adds answer/comment to

  • 0

I need to implement real time notification system like stackoverflow(when someone adds answer/comment to a question) to my website. I came to know that channel API is the easiest way to implement that on appengine. But i was taken back by the quota limits for channel API. Only 60 tokens/min can be created when you enable billing.

  • How do deal with this channel rate limit when you have a traffic spike(1000
    new-users/sec) ?
  • How to manage 5000 users(at any point of time)?
  • Also what is the maximum expiry time for token ?

    *Assuming every user should be issued a token.

  • 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-17T13:54:23+00:00Added an answer on June 17, 2026 at 1:54 pm

    Channel API seems like overkill for simplistic use case of notifying someone that an answer for the question they are looking at has been added. It seems like Channel API would be better suited for use cases where a few seconds delay would cause undesirable consequences.

    If all you need to do is update users every few seconds that something has happened to the content they are looking at, you can probably just go with the most basic short polling approach.

    Something like this on page:

    function doPoll(){
        $.post('ajax/test.html', function(data) {
            alert(data);  // process results here
            setTimeout(doPoll,5000);
        });
    }
    

    Source: jQuery, simple polling example

    Whenever a change is made, load it into memcache. The post to “ajax/test.html” would go to a handler that should check memcache for any updates. This way you are not hitting datastore.

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

Sidebar

Related Questions

How to implement facebook like real time notification system on Google App Engine(GAE)? Basically
I need to write a program to implement real time clock for ARM architecture.
How do you implement a real-time update like Twitter does (423 more tweets since
We need to implement a real time code collaboration. With all the functionalities that
I need to implement an efficient excel-like app. I'm looking for a data structure
I am working with a real time system written in C++. We are looking
We have a need to convert MS Office documents to PDF real time when
I am trying to implement Naive bayes algorithm on some real time data.I am
I need to parse a large CSV file in real-time, while it's being modified
I need to implement portable code, but I do not know how to deal

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.