Mark,
Thanks for your suggestions. I will do some experiments
Cheers,
Frank.
On Fri, Jan 22, 2016 at 8:43 AM, Mark Payne wrote:
> Frank,
>
> The approach that you laid out here would certainly work. However, I feel
> that it may be a bit heavy-handed. If the idea is
> just to reload some
Frank,
The approach that you laid out here would certainly work. However, I feel that
it may be a bit heavy-handed. If the idea is
just to reload some information from a local file, then I would recommend that
you take a look at the ScanContent / ScanAttribute
Processors. They do something simil
Hi Joe,
Thanks for your response.
So the way is to get the instruction set from external source in onTrigger
method each time? Or is there any way to push immediate commands or
messages to the Procesor?
Maybe I can create a custom ControllerService that provides and caches the
current instructio
Frank,
Absolutely. Have seen several of these of various types of the years.
It usually works best if the processor itself calls out/polls some
endpoint to get the latest instruction set. This approach tends to
scale better, means clustered systems work smoothly as well, and it is
nice from a re