Update of /cvsroot/curl/curl-www/libcurl/hiper
In directory labb:/tmp/cvs-serv21353
Modified Files:
_index.html _schedule.html
Log Message:
updated
Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _index.html 3 Nov 2005 11:35:22 -0000 1.4
+++ _index.html 9 Nov 2005 12:19:31 -0000 1.5
@@ -23,20 +23,23 @@
<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
+ transfers (the <a href="http://www.kegel.com/c10k.html">c10k problem</a>).
+ 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.
<li> add <a
href="http://www.mozilla.org/projects/netlib/http/pipelining-faq.html">HTTP
pipelining</a> support.
+<li> (NEW) provide a <i>zero copy</i> interface that reduces the amount of
+ data copies needed when transferring data to/from memory.
+
</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.
+ The order above is the order of preference and implementation.
<p>
SUBTITLE(Schedule)
<p>
Index: _schedule.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _schedule.html 4 Nov 2005 08:57:01 -0000 1.4
+++ _schedule.html 9 Nov 2005 12:19:31 -0000 1.5
@@ -11,8 +11,6 @@
#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>
@@ -21,25 +19,40 @@
<b>Related:</b>
<br><a href="roadmap.html">Roadmap</a>
</div>
-<p>
- MARKDATE(Oct 24 2005): Daniel visited the "Internetdagarna" conference in
+#define MARKDATE(x) <td nowrap><span class="whodate"> x </span></td><td>
+#define START <tr valign="top">
+#define STOP </td></tr>
+
+<table>
+
+START
+ 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.
+STOP
-<p>
- MARKDATE(Nov 3 2005): announced the 'hiper' project to the world, and added
+START
+ MARKDATE(Nov 3 2005) announced the 'hiper' project to the world, and added
this hiper section of the curl web site.
+STOP
-<p>
- MARKDATE(Nov 4 2005): Added the <a href="api.html">API</a> and <a
+START
+ MARKDATE(Nov 4 2005) Added the <a href="api.html">API</a> and <a
href="app.html">Sample app</a> pages here.
+STOP
-<p>
- MARKDATE(Dec 1 2005): Daniel intends to work full-time on project Hiper during
+START
+ MARKDATE(Nov 9 2005) Discussing possible Windows-adjustments to the hiper
+ concept on the curl-library mailing list.
+STOP
+
+START
+ MARKDATE(Dec 1 2005) Daniel intends to work full-time on project Hiper during
the entire month of December.
+STOP
#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.