X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39997124732a66cfd24f1b50cf816bfb7ed43b3b..9fb9a973ff6b7ed01c40a1abb7f54feaf0823d4f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 603559d356..ddcc989dee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,12 +46,15 @@ SimGrid (3.3.4) unstable; urgency=low MSG: * Port of MSG's mailbox on top of SIMIX network - The put/get mechanism was greatly simplified thanks to the new SIMIX module. + The put/get mechanism was greatly simplified on the way. SIMIX: - * New SIMIX network module - It provides a rendez-vous point (aka mailbox) based send/recv API to perform - synchronous communication. + * New SIMIX network module. Provides: + - Mailbox: rendez-vous mecanism to find with who you want to speak + - Synchronous send/recv: easier and hopefully faster since the + logic is handled in the maestro process directly now + - Asynchronous send/recv: you dreamt of it? It's here now + Too bad that nobody cared enough to propagate the change to MSG. * Add semaphores as SIMIX synchronization mechanism. SimDag: