sharing memory between 2 apps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phl

    #1

    sharing memory between 2 apps

    Hi,

    I have a console application and a web server which uses the same
    classes as the console application. Is there some way of sharing
    variables in these classes so that both the console app and the web
    services interface will reference the same memory? At the moment even
    though they are using the same classes, they are in different process
    space.

    Can you even attach to the console app .exe at run time? like a
    debugger?
Working...