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
Post a Comment