Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-processing
Message
From
07/12/2022 12:30:58
 
 
To
06/12/2022 09:11:15
General information
Forum:
C#
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01685442
Message ID:
01685451
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've had good success with DoWorkEventHandle - backgroundworker
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Reply
Map
View

Click here to load this message in the networking platform