X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c07ffad1c28c99bdb278333bd6ad65278470f26..10420d9401da7efa11b764267dff07a0f24bf978:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index c3df307a3b..96691c5b7f 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -82,10 +82,21 @@ documentation, but it should remain readable directly. Actors can be suspended and resumed during their executions thanks to the @ref suspend and @ref resume methods. + - Priority actors. + @ref examples/s4u/actor-priority/s4u-actor-priority.cpp \n + Actors can be launched according their priorities thanks to the @ref + execution method. + - Kill actors. @ref examples/s4u/actor-kill/s4u-actor-kill.cpp \n Actors can forcefully stop other actors with the @ref kill method. + - Controling the actor life cycle from the XML. + @ref examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp + @ref examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml + \n + You can specify a start time and a kill time in the deployment file. + - Migrating Actors. @ref examples/s4u/actor-migration/s4u-actor-migration.cpp \n Actors can move or be moved from a host to another with the @ref migrate method. @@ -133,6 +144,8 @@ also the tesh files in the example directories for details. @example examples/s4u/actor-daemon/s4u-actor-daemon.cpp @example examples/s4u/actor-execute/s4u-actor-execute.cpp @example examples/s4u/actor-kill/s4u-actor-kill.cpp +@example examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp +@example examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml @example examples/s4u/actor-migration/s4u-actor-migration.cpp @example examples/s4u/actor-suspend/s4u-actor-suspend.cpp @example examples/s4u/app-token-ring/s4u-app-token-ring.cpp