From ae93ed318a450d6d763a5f629d478467f7362b07 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 29 Apr 2010 20:34:48 +0200 Subject: signaler rewritten in such a way that any number (>64) of threads can be used --- src/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.hpp') diff --git a/src/config.hpp b/src/config.hpp index 12e29ca..99c9d86 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -37,6 +37,10 @@ namespace zmq // footprint of dispatcher. command_pipe_granularity = 4, + // Number of signals that can be read by the signaler + // using a single system call. + signal_buffer_size = 8, + // Determines how often does socket poll for new commands when it // still has unprocessed messages to handle. Thus, if it is set to 100, // socket will process 100 inbound messages before doing the poll. -- cgit v1.2.3