Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with abstract messaging to remote machine using Linked Network Actors

Solved!
Go to solution
Maybe I should learn scripting?

A boilerplate autogenerator should never be a first choice.

0 Kudos
Message 11 of 14
(734 Views)

@drjdpowell wrote:
Maybe I should learn scripting?

A boilerplate autogenerator should never be a first choice.


Not first choice, yet it might be a neccessary evil

Just had tow learn this two weeks ago.

 

Good opportunity to tick "Dive into scripting" on the New Year's Resolitions list Smiley Wink

 

0 Kudos
Message 12 of 14
(732 Views)

@Oli_Wachno wrote:

@drjdpowell wrote:
Maybe I should learn scripting?

A boilerplate autogenerator should never be a first choice.


Not first choice, yet it might be a neccessary evil

 

 


Not here, though.  Much simpler solutions are possible than these proxies.

0 Kudos
Message 13 of 14
(716 Views)

@drjdpowell wrote:


Not here, though.  Much simpler solutions are possible than these proxies.


I realized that my suggested "envelope" solution is an implementation of the OOP "Decorator Pattern", so if that jargon helps anyone I thought I'd reference it.  The Decorator Pattern allows one to add the "Do" method code to a message after it has passed over the network, thus preventing the need to have such code loaded on the remote sender.  

0 Kudos
Message 14 of 14
(699 Views)