<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Hi, I'm doing a patch to save stats_info into shm, using shmget();<br><br>For now, I'm using the stats timer.<br>statistics-interval to grab the data and store.<br><br>I create two cfg variables<br>int shm_key;<br>int shm_enabled;<br><br>But, I can't create the variables into config file.<br>The lex is unknown to me.<br><br><br>My question is, where I can submit the patch?<br><br>So, you guys can take a look on it, and maybe put inside unbound.<br><br>The adjust in SSL to consume less cpu do not take effect. I have a daemon consuming 5% of CPU just reading stats. While using shared memory the consume is 0%.<br><br>Shared memory is the best way to store and read data between binaries in the same machine.<br><br>I have a lot of clients using unbound (~2200) with my modifications.<br><br></div></div>