AccountChange
AccountChange
CC#
Created by CyberBotX on 8/3/2024 in #help
When piping into stdin of a non-C# program, need to detect when the program has ended
It appears you're implementing microservices. You mention difficulty knowing if one application is active. You also mention problems with infinite loops. I'd propose an event-driven system. This would mean your application runs once invoked with a request. Event driven architectures generaly have middleware in place such as kafka which help facilitate data exchange between apps.
19 replies