According to David Schultz:
> Memory is even less of an issue; if a thousand copies of a shell
> are running, their text gets shared regardless of how they are
> linked.

IIRC not exactly. In the dynamic case, some fixups are done by the dynamic
linker to "link" with the shared libs and that force the pages to be COW'd
thus taking more VM. That's why static binaries are more efficient too.

(someone who understand these issues please correct me if necessary)
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to