mosca icon indicating copy to clipboard operation
mosca copied to clipboard

Feature Request: Use Node 10 worker threads for real parallelization

Open PabloReszczynski opened this issue 5 years ago • 0 comments

Nodejs 10 has the new worker_threads API that allows real concurrent programming on javascript. I think this would allow performance optimizations for the broker to handle messages in parallel.

PabloReszczynski avatar Dec 31 '19 16:12 PabloReszczynski