<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
Not a new thing, and likely it's how the OS (FreeBSD) works -if the
listening socket is shared between threads and processes-, but the
number of queries are very unevenly distributed between unbound
threads/processes.<br>
<br>
For a threaded unbound currently the QPSs are:<br>
thread0: 1.45k<br>
thread1: 2.72k<br>
thread2: 3.97k<br>
<br>
and for a multiprocess unbound:<br>
thread0: 1.16k<br>
thread1: 3.05k<br>
thread2: 2.34k<br>
<br>
Is it possible to make it more balanced on the application side?<br>
</body>
</html>