Jump to content

HTTP pipelining in Java

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
cs02as1

cs02as1

    Newbie

  • Members
  • Pip
  • 2 posts
Hi i am a new user and i need help. Is there anyone who knows how to implement an http pipelining code in java or an pseudo code regarding a scheme close to a consumer - producer scheme meaning a client that tries to bind with a producer via HTTP connection and request and receive data in a pipelined way.

Thx

#2
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
I'm not sure I understand you. By http pipelining do you mean making a TCP connection to another server/customer?

#3
cs02as1

cs02as1

    Newbie

  • Members
  • Pip
  • 2 posts
Yes exactly the scenario i am trying to built