A
agent_008_nl
Guest
>>> First things missing that catched my eye are realtime messaging possibilities between f.e. appserver exe processes > I commented: >> I'm not sure why that would be so hard to implement using ABL. There are various ways to communicate i ABL. ---------------------------------------------------------------------------------------------------- You commented that, but I have had a problem in the past with idle appserver agents (classical appserver). See prev. email with comments from Michael Jacobs (psc). > Why not just run one AppServer for each "microservice", and let them connect to and call each other using remote > RUN in ABL? ---------------------------------------------------------------------------------------------------- See www.nginx.com/.../. Beforehand you should take into account that the services might be replaced with non-abl services. You would want a communication protocol that is (as much as possible) language agnostic, and performs well. It could be that your call is an event that has listeners subscribed. Etc, see the nginx link. This has been thought over by others already of course.
Continue reading...
Continue reading...