From 2cef05d86976784f4bc1083cb0fa548e267ac132 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 15 Dec 2009 17:49:40 +0100 Subject: reconnection mechanism added to tcp transport --- src/object.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index 84a57cd..496fd49 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -55,9 +55,10 @@ namespace zmq void unregister_endpoints (class socket_base_t *socket_); class socket_base_t *find_endpoint (const char *addr_); - // Derived object can use following functions to interact with - // global repositories. See dispatcher.hpp for function details. + // Returns number of thead slots in the dispatcher. int thread_slot_count (); + + // Chooses least loaded I/O thread. class io_thread_t *choose_io_thread (uint64_t taskset_); // Derived object can use these functions to send commands -- cgit v1.2.3