Re: daemon shutdown time with large zones (bind 9.2.4)

This is a discussion on Re: daemon shutdown time with large zones (bind 9.2.4) within the Bind Users forums, part of the DNS and Related Forums category; >>>>> On Tue, 28 Sep 2004 16:03:25 -0700 (PDT), >>>>> ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-30-2004
JINMEI Tatuya / $B?@L@C#:H
 
Posts: n/a
Default Re: daemon shutdown time with large zones (bind 9.2.4)

>>>>> On Tue, 28 Sep 2004 16:03:25 -0700 (PDT),
>>>>> Chris Timmons <cwt@networks.cwu.edu> said:


> I was wondering if there is a configure-time or run-time configuration
> technique that I could use to speed this up?


This might be due to overhead in FreeBSD's built-in free(3). Please
try the following patch (for 9.2.4rc4 which is the only version I have
right now, but I beleive it should just apply to 9.2.4.). It enables
an internal wrapper for the build-in functions, avoiding the overhead.

I've often heard this type of problems, but I myself don't have an
environment to reproduce it. So it would be nice if you could tell us
the result, whether positive or negative.

JINMEI, Tatuya
Communication Platform Lab.
Corporate R&D Center, Toshiba Corp.
jinmei@isl.rdc.toshiba.co.jp

--- mem.c.orig Thu Sep 30 17:23:19 2004
+++ mem.c Thu Sep 30 17:24:42 2004
@@ -46,7 +46,7 @@
* performs poorly on multiprocessor machines.
*/
#ifndef ISC_MEM_USE_INTERNAL_MALLOC
-#define ISC_MEM_USE_INTERNAL_MALLOC 0
+#define ISC_MEM_USE_INTERNAL_MALLOC 1
#endif

/*

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:26 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0