Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / August 2007

Tip: Looking for answers? Try searching our database.

http pipelining

Thread view: 
Crouchez - 10 Aug 2007 00:51 GMT
Can someone show me how http 1.1 pipelining works on the client side? Like
what does it send in the batch exactly?

Is it

[GET /page.html HTTP/1.1]
[Connection: keep-alive]
[]
[GET /img.jpg HTTP/1.1]
[Connection: keep-alive]
[]
[GET /img2.jpg HTTP/1.1]
[Connection: keep-alive]
[]

??
Roedy Green - 10 Aug 2007 02:02 GMT
>Can someone show me how http 1.1 pipelining works on the client side? Like
>what does it send in the batch exactly?
see http://mindprod.com/jgloss/http.html
http://mindprod.com/jgloss/sniffer.html
http://mindprod.com/jgloss/wireshark.html
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Crouchez - 10 Aug 2007 13:45 GMT
> >Can someone show me how http 1.1 pipelining works on the client side?
> >Like
>>what does it send in the batch exactly?
> see http://mindprod.com/jgloss/http.html
> http://mindprod.com/jgloss/sniffer.html
> http://mindprod.com/jgloss/wireshark.html

the client (firefox) just sends each request from a seperate socket
connection?
Roedy Green - 10 Aug 2007 19:06 GMT
>the client (firefox) just sends each request from a seperate socket
>connection?
You as a programmer set up a new HTTPConnection for each get/response,
but under the hood a  socket will be reused, and discarded after a
while without activity.
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Crouchez - 10 Aug 2007 20:32 GMT
> >the client (firefox) just sends each request from a seperate socket
>>connection?
> You as a programmer set up a new HTTPConnection for each get/response,
> but under the hood a  socket will be reused, and discarded after a
> while without activity.

by who the client or the server?


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.