Thread: multiple processes accessing same shared library

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    1

    multiple processes accessing same shared library

    Hello,
    If multiple processes are accessing same shared library,Whether all process has separate copy of the shared libary as part of process address space or it is sharable across all process. Please can you explain in detail

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    The code is shared, the data is unique.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 08-16-2009, 05:49 AM
  2. Replies: 7
    Last Post: 02-06-2009, 12:27 PM
  3. Problems using/creating a shared library
    By benshi in forum C++ Programming
    Replies: 2
    Last Post: 05-13-2008, 02:27 PM
  4. multiple processes
    By f76 in forum C++ Programming
    Replies: 2
    Last Post: 08-04-2004, 02:28 PM
  5. Multiple Processes maybe?
    By Extol in forum C++ Programming
    Replies: 1
    Last Post: 04-26-2003, 12:44 PM