Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi-processing
Message
De
07/12/2022 12:30:58
 
 
À
06/12/2022 09:11:15
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01685442
Message ID:
01685451
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've had good success with DoWorkEventHandle - backgroundworker
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform