Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-processing
Message
From
06/12/2022 09:11:15
 
 
To
All
General information
Forum:
C#
Category:
Coding, syntax and commands
Title:
Multi-processing
Miscellaneous
Thread ID:
01685442
Message ID:
01685442
Views:
47
Hi
I have developing backend process engine
It allows front to enqueue service request via Web API. Web API will publish the req to service bus.
Consumer (window services) subscribe to service bus, processing logic to be triggered if any message consumed (new thread for every message consumed)
Notfn to be published from processing logic to front end via event, and service bus.

However, it may hit perf limitation, if any thread that take up huge CPU usage or large data.

How to enhance the engine, to have multi-process architecture, which will launch new processing as new out-process (EXE)?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform