Re: Linux Distribution for Server
Paul, thanks for all the good info.
I am very appreciative of learning from those who already have down-the-road experience that I lack.
At first thought, it seems kernel mode offers superior for performance by avoiding paging. Memory is cheap and abundant, so I can't see any reason to not compile regular-usage functions into the kernel.
Paul, thanks for all the good info.
I am very appreciative of learning from those who already have down-the-road experience that I lack.
At first thought, it seems kernel mode offers superior for performance by avoiding paging. Memory is cheap and abundant, so I can't see any reason to not compile regular-usage functions into the kernel.
Comment