Re: libwww HOWTO - contributions?

I have a difficulty in understanding what the pipeline feature in libwww =
is
I have seen through the code and I always find that after the first =
request in the pipeline is processed,
the first net object in the pending queue is processed. So how are other =
pipeline requests going to be served?
We see the same thing in the HTTHost_connect() function .
when a request makes and returns with HT_OK it hands over the host->lock =
to the first request in the pending queue and not any
request in the pipeline.
Another query is when libwww writes to the output socket through =
HTWriter it always uses HTHost_lastinPipe() net object
whereas for read operation it uses just the oppposite =
HTHost_firstinpipe() net object. What is the ratioanle behind this =
design?
Can anyone help me out?


Thanks in advance,
Sandesh Anvekar
Project Engineer
ControlNet (I) Pvt. Ltd. 
L-44, Unit-1, STP, 
Verna Ind Estate 
Verna - Goa 
Ph No: 0832 2883601 Ext 504

----- Original Message ----- 
From: "Gal Blank" <gblank@interwise.com>
To: "Richard Hirner" <richard@hirner.at>; <www-lib@w3.org>
Sent: Tuesday, August 03, 2004 12:17 PM
Subject: RE: libwww HOWTO - contributions?



How do you want this to be done?
I suggest you open an FTP site so we could upload our contribution to
"HOWTO".
If you have other ideas , please share so we all could start
contributing.
Thanks.
Gal.
Mail : gblank@intewise.com
 

-----Original Message-----
From: www-lib-request@w3.org [mailto:www-lib-request@w3.org] On Behalf
Of Richard Hirner
Sent: Monday, August 02, 2004 22:33
To: www-lib@w3.org
Subject: libwww HOWTO - contributors?


Please contribute! ;)

http://redforce.homeip.net/HOWTO/libwww/
HTML: http://redforce.homeip.net/HOWTO/libwww/libwww.xml.html

Richard Hirner

Received on Tuesday, 3 August 2004 06:20:28 UTC