bagder: curl-www/libcurl/hiper Makefile, 1.2, 1.3 _index.html, 1.3, 1.4 _menu.html, 1.2, 1.3 _roadmap.html, 1.1, 1.2 _schedule.html, 1.2, 1.3

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/hiper
In directory labb:/tmp/cvs-serv31546

Modified Files:
	Makefile _index.html _menu.html _roadmap.html _schedule.html 
Log Message:
more stuff


Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_menu.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _menu.html	3 Nov 2005 10:02:38 -0000	1.2
+++ _menu.html	3 Nov 2005 11:35:22 -0000	1.3
@@ -36,15 +36,15 @@
 #endif
 
 #ifdef HIPER_SCHEDULE
-LINK("/libcurl/hiper/schedule.html", schedule)
+LINK("/libcurl/hiper/schedule.html", Schedule)
 #else
-VLINK("/libcurl/hiper/schedule.html", schedule)
+VLINK("/libcurl/hiper/schedule.html", Schedule)
 #endif
 
 #ifdef HIPER_ROADMAP
-LINK("/libcurl/hiper/roadmap.html", roadmap)
+LINK("/libcurl/hiper/roadmap.html", Roadmap)
 #else
-VLINK("/libcurl/hiper/roadmap.html", roadmap)
+VLINK("/libcurl/hiper/roadmap.html", Roadmap)
 #endif
 
 </div>

Index: _roadmap.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_roadmap.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _roadmap.html	3 Nov 2005 10:02:38 -0000	1.1
+++ _roadmap.html	3 Nov 2005 11:35:22 -0000	1.2
@@ -17,7 +17,7 @@
 TITLE(Project Hiper Roadmap)
 <div class="relatedbox">
 <b>Related:</b>
-<br><a href="schedule.html">schedule</a>
+<br><a href="schedule.html">Schedule</a>
 </div>
 <p>
  How we intend/hope this project to proceed:
@@ -25,18 +25,21 @@
 SUBTITLE(1. Measure and Benchmark Existing API)
 <p>
 <ol>
-<li> gather _many_ unique existing URLs (a lot more than 10,000)
-<p>
+<li> gather <i>many</i> unique existing URLs (a lot more than 10,000)
 <ul>
 <li> mostly to unique hosts, but not necessarily all unique. For the sake of
      comparing with a future pipelining version, the test script should be
      able to ask for the same document Y times, at least in a later stage.
+
 <li> Write up a curl-using script and use these services:<br>
       http://randomurl.com/body.php<br>
       http://random.yahoo.com/fast/ryl<br>
       http://www.uroulette.com/visit
+
 <li> Store the tens of thousands of random URLs in a text file
+
 </ul>
+<p>
 
 <li> Write up a multi interface using program that extracts N random URLs from
    the list and downloads them simultaneously.
@@ -58,7 +61,7 @@
     multiple times - do many measurements.
 </ol>
 
-SUBTITLE(Implement the curl_multi_socket API)
+SUBTITLE(2. Implement the curl_multi_socket API)
 <p>
   - Port the test program from phase 1 to the new API.
 <p>

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	3 Nov 2005 09:48:56 -0000	1.2
+++ Makefile	3 Nov 2005 11:35:22 -0000	1.3
@@ -7,10 +7,13 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
 ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@
 
-all: index.html schedule.html
+all: index.html schedule.html roadmap.html
 
 index.html: _index.html $(MAINPARTS)
 	$(ACTION)
 
 schedule.html: _schedule.html $(MAINPARTS)
 	$(ACTION)
+
+roadmap.html: _roadmap.html $(MAINPARTS)
+	$(ACTION)

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _index.html	3 Nov 2005 10:02:38 -0000	1.3
+++ _index.html	3 Nov 2005 11:35:22 -0000	1.4
@@ -19,10 +19,21 @@
   Hiper is the name of the sub-project that intends to bring high performance
   adjustments and additions to the libcurl multi interface.
 <p>
-  The aim is to 1) provide a better API for _extremely_ large amounts of
-  simultaneous transfers (the c10k problem) and 2) introduce HTTP pipelining
-  support. By better API, we mean both better suited to deal with the amount
-  of connections (i.e no artificial limits like select() imposes etc), better
+  The aim is to
+<ol>
+
+<li> provide a better API for <i>extremely</i> large amounts of simultaneous
+  transfers (the <a href="http://www.kegel.com/c10k.html">c10k problem</a>)
+  and
+
+<li> add <a
+href="http://www.mozilla.org/projects/netlib/http/pipelining-faq.html">HTTP
+pipelining</a> support.
+
+</ol>
+<p>
+  By better API, we mean both better suited to deal with the amount of
+  connections (i.e no artificial limits like select() imposes etc), better
   performance-wise by avoiding expensive looping over all file descriptors to
   check for actions and to allow users to pick an underlying event system of
   their own choice.
@@ -33,12 +44,14 @@
   December 2005. Leftovers will be done part-time in 2006 with possibly some
   further full-time periods during spring 2006.
 <p>
-  I'll get back with more specific (release) dates later on.
+  I'll get back with more <a href="schedule.html">specific (release) dates</a>
+  later on. See also the <a href="roadmap.html">roadmap</a>.
 
 SUBTITLE(Funding)
 <p>
-  Daniel receives funding from the Swedish foundation IIS for the purpose of
-  implementing this.
+  Daniel receives <a
+  href="http://curl.haxx.se/mail/lib-2005-10/0136.html">funding</a> from the
+  Swedish foundation IIS for the purpose of implementing this.
 
 SUBTITLE(Project Involvement)
 <p>
@@ -46,12 +59,19 @@
   possibly can, to allow anyone and everyone who feels like contributing or
   just watching to do so. This is still curl, this is still open source and I
   still value and appreciate all user feedback and comments.
+<p>
+  Progress reports will be posted and discussions will be held on the regular
+  <a
+  href="http://curl.haxx.se/mail/list.cgi?list=curl-library">curl-library</a>
+  mailing list.
 
 SUBTITLE(Source Code Repository)
 <p>
   For the sake of being able to be 100% public and open, I will create a
   branch in the CVS repository so that the Hiper experiments and developments
   won't interfere with the "normal" libcurl development.
+<p>
+  The name of the tag will be announced when this has been done.
 
 #include "_footer.html"
 

Index: _schedule.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _schedule.html	3 Nov 2005 10:02:38 -0000	1.2
+++ _schedule.html	3 Nov 2005 11:35:22 -0000	1.3
@@ -11,20 +11,30 @@
 #include "_menu.html"
 #include "setup.t"
 
+#define MARKDATE(x) <span class="whodate"> x </span>
+
 WHERE3(libcurl, "/libcurl/", hiper, "/libcurl/hiper/", hiper schedule)
 
 <a name=top>
 TITLE(Project Hiper Schedule and Dates)
 <div class="relatedbox">
 <b>Related:</b>
-<br><a href="roadmap.html">roadmap</a>
+<br><a href="roadmap.html">Roadmap</a>
 </div>
 <p>
- Oct 24, 2005: Daniel visits the "Internetdagarna" conference in Stockholm,
- Sweden and receives a diploma, a flower and some sturdy handshakes when the
- <a href="http://www.iis.se/">IIS</a> foundation announced that Daniel will
- receive 150,000 SEK from their fund. Daniel was notified about their decision
- roughly one week before this.
+
+ MARKDATE(Oct 24 2005): Daniel visited the "Internetdagarna" conference in
+ Stockholm, Sweden and receives a diploma, a flower and some sturdy handshakes
+ when the <a href="http://www.iis.se/">IIS</a> foundation announced that
+ Daniel will receive 150,000 SEK from their fund. Daniel was notified about
+ their decision roughly one week before this.
+
+<p>
+
+ MARKDATE(Nov 3 2005): announced the 'hiper' section of the curl web site.
+<p>
+ MARKDATE(Dec 1 2005): Daniel intends to work full-time on project Hiper during
+ the entire month of December.
 
 #include "_footer.html"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.