how does the dynamic linker load a shared library for process B when it has been already loaded for process A? Computer Science |
- how does the dynamic linker load a shared library for process B when it has been already loaded for process A?
- I need ideas regarding projects in C language involving Computer Architecture?
- How would you create an inter timeline network.
- I downloaded a mod and in it there was a note pad file that had some strange text in it that I don't recognize. I am curious to what is means and was wondering if anyone knew??
Posted: 27 Dec 2021 12:10 AM PST i know that the dynamic linker is responsible for 'loading' a shared library when a process is created. for this, it performs a lookup for that library and also maintains a 'linkchain' to keep track of the shared libraries so that the same library isn't loaded twice. this means that by now, virtual pages of a shared library have been mapped in the process' address space. but what i dont seem to understand is how the same pages are mapped in the address space of another process that depends on the same shared library. what i am interested in knowing is the lookup procedure that is followed to map a set of pages of a shared library, already mapped to process A, to process B. [link] [comments] |
I need ideas regarding projects in C language involving Computer Architecture? Posted: 26 Dec 2021 11:00 PM PST |
How would you create an inter timeline network. Posted: 26 Dec 2021 05:24 PM PST How would you connect the network? How would you number the components? How do you connect to an infinite number of timelines? Etc. [link] [comments] |
Posted: 26 Dec 2021 08:15 PM PST |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment