Re: Dynamically Loadable Modules (was Re: [Exim] Is Exin SNM…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Theo E. Schlossnagle
日付:  
To: Richard Welty
CC: exim-users
新しいトピック: [Exim] Re: Dynamically Loadable Modules
題目: Re: Dynamically Loadable Modules (was Re: [Exim] Is Exin SNMP Aware? )
Richard Welty wrote:
>>That's probably the biggest head-ache. I'm not sure of many systems
>>where dynamic linking, on any level, could be considered "cheap" when
>>done incredibly frequently, say on a dedicated mail server.
>
> i have to vote against the whole idea; it would be way too expensive
> in a busy mail server.


Where is your emprical evidence for this. I don't buy it. Dynamic linking
happens all the time on my busy systems and things fly. Sounds like your
dynamic linker is broken.

Besides, most modules loaded into exim would be very small. So you are only
looking at a mmap() and a symbol table verification. There are probably only
a handful of symbols in one of these modules, so this overhead is TINY.

I would rather load 100 modules than call {fsync,fsyncdata} just once on my
busy systems. It the battle for speed, choose your bottleneck battles wisely.

--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7