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

  • Home
  • SEARCH
  • 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 1054963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:29:19+00:00 2026-05-16T17:29:19+00:00

I am fetching current data from another company’s web feed. It is a simple

  • 0

I am fetching current data from another company’s web feed. It is a simple fetch of an XML file over HTTP. They haven’t provided me with much documentation – just a URL.

Because I need to know as soon as possible when the data changes on their site, I need to poll frequently, which isn’t a satisfactory solution for either side.

I was about to recommend to them that they set-up some sort of server push – presumably a long-term HTTP connection with asynchronous updates being sent by the server. I am not very familiar with any common protocols for this. It occurred to me that they may already offer this, and I have been too ignorant to realise.

Is there a common web-based protocol for server pushes over HTTP? If there is, is there a quick way I can check if they support it before I make myself look foolish by asking for something that is already available.

(Bonus points for a platform-independent, Python-based solution, but I will take what I can get.)

  • 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-05-16T17:29:20+00:00Added an answer on May 16, 2026 at 5:29 pm

    What you want is HTTP Streaming; read this page. “Comet” is what this technology is commonly called. One implementation is the Ajax Push Engine (APE); the page I just gave you has several others.

    Now I don’t think it’s possible to automatically test if a server supports a push technology because as of now there are no standards on this and the protocols used will vary depending on the implementation.

    Alternatively you can use periodic refresh (“polling”), and the advantages of this technique are: you don’t need additional software on the server, and this can be done without the cooperation of the server you are polling (it is unfeasible to use Comet if the server you are querying won’t install it).

    For more information and tricks to reduce bandwidth usage on polling, see this page. Some of these will require some effort from the server you are polling.

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

Sidebar

Related Questions

I'm making a chrome extension that requires fetching an xml file from a secure
I am fetching some data from a site using its API-key and some other
I am fetching email from gmail where I can fetch body, name of the
I am fetching some values in a forEach clause data.forEach(function(content){ ... controller.setAttribute(value from data);
I'm fetching some data from an MSSQL table using the mssql_fetch_object, but the text
I'm fetching data from all 3 tables at once to avoid network latency. Fetching
I want to break my string using javascript which is fetching some data from
I am fetching a set of objects from a Core Data persistent store using
I am fetching data from MySQL database... I want to check index of each
I have a problem with fetching data from DB, where is between models association

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.