Re: Who changed /proc/<pid>/ in 2.6.0-test5-bk9?

From: Jamie Lokier
Date: Thu Oct 09 2003 - 23:40:40 EST


bill davidsen wrote:
> Your base point that resources shouldn't be shared needlessly is
> correct, or course.

On that theme, non-shared fd tables are slightly faster than shared
due to (a) reduced cache line transfers between CPUs; (b) fewer fds
between tables reduces the time to search for a free fd when something
is opened.

I'm sure it's a tiny effect, but it is there.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/