Hello,I'm currently developing a image processing application using Node, and I want to optimize the runtime by using multiprocess or multithread module. I tried using Worker Threads, but I cannot achieve my goal because I need to use the 'canvas' module. So I give a look on clusters, but every article about it (and even the Node documentation) uses them to make load balancing on a HTTP server.I'm looking to a worker who can read an image, make some processes on it and return the result on the master. Can you help me with this problem ?Thanks !
Submitted January 08, 2019 at 07:11AM by Treast
No comments:
Post a Comment