kuber
04-13-2001, 05:54 PM
? Would it be faster to have everything set up as a module?
|
Click to See Complete Forum and Search --> : Are modules faster than built-in featues? kuber 04-13-2001, 05:54 PM ? Would it be faster to have everything set up as a module? Malakin 04-13-2001, 06:31 PM Having the features compiled into the kernel would be faster but I imagine it would be totally negligible. demian 04-13-2001, 06:46 PM This is an often discussed topic here. Frankly I must say I don't really know all the technical details about the pros and cons of modules. I just compile the things I know I will use frequently into the kernel and stuff I won't use that much as modules. Here's (http://people.debian.org/~psg/ddg/node136.html) an excerpt from Dwarf's Guide to Debian GNU/Linux that covers the module issue. [ 13 April 2001: Message edited by: demian ] Nalle 04-15-2001, 09:55 AM Actually I've read somewhere that the difference in speed _only_ applies to loading the modules, compared to compiling them into the kernel. I found that a bit weird, but not impossible really, 'cos it's only different ways of loading the code, really. Strike 04-15-2001, 01:19 PM Originally posted by Nalle: <STRONG>Actually I've read somewhere that the difference in speed _only_ applies to loading the modules, compared to compiling them into the kernel. I found that a bit weird, but not impossible really, 'cos it's only different ways of loading the code, really.</STRONG> I buy this entirely. I think the kernel is just sitting there waiting for modules to latch on, at which point they are essentially considered part of the kernel. It's just the latching process that has the overhead which slows things down. But that's not as big a deal as having a slim kernel versus a big clunky kernel (IMO). justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |