multithreading - Adding new worker threads in zeromq on load -


there plenty of examples of providing multithreaded server in 0mq, starting with:

http://zguide.zeromq.org/java:mtserver

but in i've seen, number of worker threads set @ startup. while it's trivial add worker threads @ runtime, there canonical way of doing in reaction increased load in zero? wondered detecting high water mark hit , adding thread @ point (but may late)?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -