Linked by Thom Holwerda on Fri 2nd Dec 2005 11:29 UTC
Thread beginning with comment 68055
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Yes, but do you know what the behaviour of programs using said shared library will do when it's changed out?
On a *nix system the old version is kept in memory until the last program using it closes, and new instances will load the new version.
Being able to do something, and it having defined behaviour are two different things.






Member since:
2005-07-06
SYSTEM can do all of this. It works quite similarly to UNIX -- ie. the whole unlinking while the file is opened.