Forum Post: Re: Ccs Specs

  • Thread starter Thread starter ske
  • Start date Start date
Status
Not open for further replies.
S

ske

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. Maybe we are making things more complicated than they need to be. Why not just run one AppServer for each "microservice", and let them connect to and call each other using remote RUN in ABL? After all an AppServer is just an AVM ready to receive calls from other processes. And they can be located on the same machine or other machines on the network; it doesn't matter. The calls don't necessarily have to go through HTTP, unless you really need that. And you can run as many instances of each one as you need. And each one can have its own database, if that is what you want for a microservice. Each one can be started, stopped, deployed, updated and so on whenever you want, separate from each others. Just resist the urge to put your whole application in the same AppServer, that's all...

Continue reading...
 
Status
Not open for further replies.
Back
Top