Catching a hot potato

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Oct 15 10:58:00 PDT 2011


I think there are performance implications when loading DLL's in a
separate address space. You won't be able to just pass callbacks
between your DLL and your app if they're not in the same address
space.

I don't know of any app which uses a separate address space for its
plugins. Maybe it's more popular on Linux though?


More information about the Digitalmars-d mailing list