Jump to content

Mixing and Matching Messaging Architectures


Recommended Posts

I'm wondering how people feel about mixing messaging architectures in an application. For instance, I have some reusable code that fits the actor framework nicely due to its dynamic launching of VIs that it already has built in. But there are other parts of my application with static loops for which it is much more intuitive to the average user to use LapDog. Is it in general bad practice to mix and match the two; better asked, would it be confusing if you picked up a project that used both?

Link to comment

I'm playing with "zero-coupled" AF components that are used by message handlers. The difficult part so far is managing the top-level actor in the "root" diagram (main.vi). Specifically, creating events or queues in main and passing them both to the control actor and to the message handlers.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.