X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/021d6f3bc3e3d04e21143fe4c9d3be4957a26e1b..2d4f44983b405f88e6320243ef5781d0d654618c:/TODO 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 ###