|
From: Jonathan L. <le...@us...> - 2006-12-05 03:19:08
|
Update of /cvsroot/pyxida/Pyxida/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10918/web Modified Files: index.html Log Message: moving ping to proxyping Index: index.html =================================================================== RCS file: /cvsroot/pyxida/Pyxida/web/index.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.html 4 Dec 2006 13:14:19 -0000 1.10 --- index.html 5 Dec 2006 03:19:06 -0000 1.11 *************** *** 144,147 **** --- 144,165 ---- </table> + <p> + Pyxida can be used in two ways: as a "standalone" application + and as a library that you build into your distributed application. + + <p> + Our reasoning behind creating two artifacts instead of just + one is that some users want to incorporate network coordinates + directly into their application: they want to control the + network, when messages are sent, the wire format, and have + more control in general. These people will use the library. + Other people want a distinct network measurement substrate, a + tool that performs measurements of its own accord and simply + provides quick estimates of network latencies. These people + will use the standalone application. In addition, because the + standalone application is one of the simplest uses of the + library, its code provides library users with a starting point + to help them incorporate the library into their application. + <p><b>For users of the standalone version:</b></p> <ul> *************** *** 186,189 **** --- 204,212 ---- </ul> + <p><b>Known bugs with 0.1.2</b> + <ul> + <li>XML/RPC interface is fragile (invalid ports may cause crashes). + </ul> + <p><b>Known bugs with 0.1.1</b> <ul> *************** *** 201,205 **** <ul> ! <li><a href="dist/libpyxida-0.1.1.jar">libpyxida-0.1.1.jar</a></li> </ul> --- 224,228 ---- <ul> ! <li><a href="dist/libpyxida-0.1.2.jar">libpyxida-0.1.2.jar</a></li> </ul> *************** *** 207,211 **** <ul> ! <li><a href="dist/pyxida-0.1.1.tar.gz">pyxida-0.1.1.tar.gz</a></li> </ul> </td> --- 230,234 ---- <ul> ! <li><a href="dist/pyxida-0.1.2.tar.gz">pyxida-0.1.2.tar.gz</a></li> </ul> </td> |