Hello. I am working on a two-part program.
Part 1:
One part of my application tracks programs launched by a user. When a program is launched, the app stores information regarding the program in memory. When the user is finished (logs off), the app will store all program information into a database.
Part2:
The second part of the app serves as a 'admin' monitor (runs on a separate machine than the other part). This application needs to be able to list all of the program information being stored by the other computers.
Problem:
Using Part 2, how can I access the information stored in Part 1? Can remoting help me out here? What about sockets?
Thanks!
(txmed)
Part 1:
One part of my application tracks programs launched by a user. When a program is launched, the app stores information regarding the program in memory. When the user is finished (logs off), the app will store all program information into a database.
Part2:
The second part of the app serves as a 'admin' monitor (runs on a separate machine than the other part). This application needs to be able to list all of the program information being stored by the other computers.
Problem:
Using Part 2, how can I access the information stored in Part 1? Can remoting help me out here? What about sockets?
Thanks!
(txmed)