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

Re: packaging static lib oriented software



> There are stories that sites have had trouble with a number of people
> running the same program when linked against a shared lib.

Executable are treated like shared libraries by the OS. The system 
maps one copy of the text pages into each user's address space, so
that all users share the same memory for the program text. The data
is copy-on-write.

This makes me dubious about the story.

	Bruce


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: