I looked at emctaskmain.cc . The communication system is adequate when using a single ui, but cannot work correctly when using multiples. This seems deeply rooted because of the NML model.
Have you thought of *clean* ways to handle multiple ui concurrently? Obviously, the uis must be synced; I did it at the ui level using semaphores, but the natural place for such a marshalling system is emctask. It looks like switching from NML to another communication subsystem (maybe custom...) for the ui<->task communication would not involve too much work: mainly emcsh.cc and emctaskmain.cc . But I have not found a correct marshalling model yet. Any ideas? Michel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Epler Sent: mardi 2 octobre 2007 23:21 To: EMC developers Subject: Re: [Emc-developers] Multiple UI synchro: Big problem! This problem also exists for people who use a GUI and halui. Jeff ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
