From: mquinson Date: Thu, 23 Jun 2005 15:05:01 +0000 (+0000) Subject: Did some points, which made me think about the next steps X-Git-Tag: v3.3~3965 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/10db91712d127d0c5345947c8a037959b529760b?hp=7f62af33b72afdbda1ae6b63f8c18ce64a27a2a5 Did some points, which made me think about the next steps git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1390 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/TODO b/TODO index 247cf6387c..512068f96f 100644 --- a/TODO +++ b/TODO @@ -22,10 +22,9 @@ - gras_datadesc_import_nws? -- rawsock - Check that messages don't go on raw socks - Rename to meassock or whatever to show that they're not intended for - out of band communication, but for socket operation measurements. +- meassock + Check that messages don't go on meas socks + Implement it - Implement gras_datadesc_cpy to speedup things in the simulator For now, we mimick closely the RL when on simulator, which is not needed. @@ -33,6 +32,16 @@ gras_datadesc_cpy needs to provide the size of the corresponding messages, so that we can report it into the simulator. +- a init/exit mecanism for logging appender +- more logging appenders + +- when a send failed because the socket was closed on the other side, + try to reopen it seamlessly. Needs exceptions or another way to + differentiate between the several system_error. +- cache accepted sockets and close the old ones after a while. + Depends on the previous item. + + ### ### A bit later ###