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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:39:30+00:00 2026-06-05T17:39:30+00:00

I am looking for a client software that will run on a Unix system

  • 0

I am looking for a client software that will run on a Unix system to do long-polling with multiple requests in a single http pipeline.

Basically we need to issue several long-polling GET requests to a server. All the requests need to be done within a single HTTP pipeline.

The client needs to have N requests open at any given time, where N > 1.

The server will respond either with a 200 OK or 204 No Content.

In case of a 200 OK, the response needs to be piped into a new process.

  • 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-05T17:39:31+00:00Added an answer on June 5, 2026 at 5:39 pm

    This can be easily implemented using PHP. The HttpRequestPool can be used to build a custom client doing just that. Also see How can I make use of HTTP 1.1 persistent connections and pipelining from PHP?

    With Go it’s also fairly easy, if you create the connection yourself, you just have to send all the requests and then you can read responses sequentially, and it will send it all through one http pipelined connection.

    conn, _ := net.Dial("tcp", "127.0.0.1:80")
    client := httputil.NewClientConn(conn, nil)
    
    req, _ := http.NewRequest("GET", "/", nil)
    client.Write(req)
    
    resp, _ := client.Read(req)
    

    You should do some more error checking though.

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

Sidebar

Related Questions

A client is looking for a custom web application, which will eventually include lots
I'm looking for an SQL client app that can display subdatasheets like the following:
I'm looking forward to roll out a simple server/client software, just to understand this
Folks, I'm working on a little piece of rich client software that I'd like
I'm looking for a client side (that is: HTML5, Javascript, Flash or Silvelight) library,
I have a small software project with a couple clients. What I'm looking for
I am looking at some client server cvs applications to be used corporately. I
Looking back at my past projects I often encounter this one: A client or
I'm looking for an OAuth2 client API I can use in C#, and I
Looking for some advice on the best way to implement localization along with client

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.