From 10db91712d127d0c5345947c8a037959b529760b Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 23 Jun 2005 15:05:01 +0000 Subject: [PATCH 1/1] 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 --- TODO | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 ### -- 2.20.1