Author Topic: Interprocess communication  (Read 4788 times)

Biterider

  • Member
  • *****
  • Posts: 1082
  • ObjAsm Developer
    • ObjAsm
Re: Interprocess communication
« Reply #60 on: December 07, 2022, 01:05:58 AM »
Absolutely amazing  :thumbsup:

Biterider

jj2007

  • Member
  • *****
  • Posts: 13944
  • Assembly is fun ;-)
    • MasmBasic
Re: Interprocess communication
« Reply #61 on: December 07, 2022, 01:14:25 AM »
DLL
An important feature of the use of dynamic libraries is the possibility of simultaneous use of one library by several modules. A dynamic library becomes an extension of the application that launched it, being loaded into the address space of the process.

How are windows DLL actually shared?
Quote
if the same page of let's say kernel32.dll is accessed by both process A and process B then the page will exist twice in physical memory. I am asking for the veracity of this last statement

I've never had a need for this, but it's an interesting question: Do the two processes access the same physical memory?

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Interprocess communication
« Reply #62 on: December 07, 2022, 11:47:59 AM »
Ciao, Johen!
I'm more interested in whether my program works fine or not?

jj2007

  • Member
  • *****
  • Posts: 13944
  • Assembly is fun ;-)
    • MasmBasic
Re: Interprocess communication
« Reply #63 on: December 07, 2022, 11:53:55 AM »
Hi Mikl,

Of course it works fine :thumbsup:

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Interprocess communication
« Reply #64 on: December 07, 2022, 11:57:24 AM »
Quote
it works fine
Ne sono molto felice!
P.S. To All. Copy any wav file to ..\Images\03.wav (Grazie mille Jochen!)
« Last Edit: December 07, 2022, 02:19:09 PM by Mikl__ »