[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 1337] Re: AltQ and multi-proc




Paolo Di Francesco wrote:
> Does multi processing improve AltQ performaces? And if yes, is it 
> linear, or how much distant from beeing linear?

No.  The performance critical parts of ALTQ is in the kernel.
SMP support in FreeBSD-4.x uses a giant lock for the kernel so that
only one processor is allowed to run in the kernel.

-Kenjiro