From: mquinson Date: Mon, 31 Jul 2006 17:27:29 +0000 (+0000) Subject: Make more clear that some entries are MSG specific X-Git-Tag: v3.3~2699 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/81cb11b0827fcd9e3dc34cce48a07c46b2f6ece4 Make more clear that some entries are MSG specific git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2660 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 63235abc1e..770e02953b 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -331,7 +331,7 @@ and MSG_task_get_data(). You could use a dictionnary (#xbt_dict_t) of dynars (#xbt_dict_t). If you still don't see how to do it, please come back to us... -\subsection faq_MIA_asynchronous I want to do asynchronous communications. +\subsection faq_MIA_asynchronous I want to do asynchronous communications in MSG Up until now, there is no asynchronous communications in MSG. However, you can create as many process as you want so you should be able to do @@ -340,7 +340,7 @@ some asynchronous communications at low cost (creating thousands of process only to handle communications may be problematic in term of performance at some point). I'll add it in the distribution asap. -\subsection faq_MIA_thread_synchronization I need to synchronize my processes +\subsection faq_MIA_thread_synchronization I need to synchronize my MSG processes You obviously cannot use pthread_mutexes of pthread_conds. The best thing would be to propose similar structures. Unfortunately, we