From 7407c7e21d2f50481bb81f36ee933094299aea1f Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 29 Jul 2017 13:01:02 +0200 Subject: ipcpd: Add multithreading to scheduler The scheduler in the normal IPCP is now multithreaded. While useful in itself for scalability, it currently solves thread starvation in case of executing post_sdu operations that may require a response. This could be further revised in the future to split the SDU handling threads from the component tasks. --- include/ouroboros/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ouroboros') diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 736ba5b3..e8341ee2 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -56,7 +56,7 @@ /* IPCP dynamic threadpooling */ #define IPCP_MIN_THREADS 4 #define IPCP_ADD_THREADS 16 - +#define IPCP_SCHED_THREADS 8 #define IPCPD_MAX_CONNS IRMD_MAX_FLOWS #define PTHREAD_COND_CLOCK CLOCK_MONOTONIC #define PFT_SIZE 1 << 12 -- cgit v1.2.3