Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi-processing
Message
De
06/12/2022 09:11:15
 
 
À
Tous
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Titre:
Multi-processing
Divers
Thread ID:
01685442
Message ID:
01685442
Vues:
48
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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform