in reply to Re: Shared libraries^Wmodules in Perl
in thread Shared libraries^Wmodules in Perl

Yes, but this only works for children of the same parent.

When I say shared library, I mean the memory being shared by unrelated processes. For instance, perl script X uses A, perl script Y uses A, they run in different environments of the same machine (one in apache and the other in console, for instance), if A is shareable and script X run before, when script Y runs, A won't be loaded again.

daniel
  • Comment on Re^2: Shared libraries^Wmodules in Perl