florindaniel
Programmer
Hello,
I need to develop a solution for handling random events: random complexity (size of data to be processed) and
random time.
I prospect two solutions:
- A monitoring system wich will initate different threads for each event
or
- A monitoring system wich will launch different instances of exe-s dedicated to that data processing.
Wich one of this would you reccomend? Or maybe another one?
Thank you,
Daniel.
I need to develop a solution for handling random events: random complexity (size of data to be processed) and
random time.
I prospect two solutions:
- A monitoring system wich will initate different threads for each event
or
- A monitoring system wich will launch different instances of exe-s dedicated to that data processing.
Wich one of this would you reccomend? Or maybe another one?
Thank you,
Daniel.