Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mobile executable components 1

Status
Not open for further replies.

Suppandi

Programmer
Jul 17, 2001
15
US
Hello,

As part of my school thesis I plan to design and develop a 'Mobile Agent framework'.

I intend to begin with a simple prototype:
1. Move an executable component from one machine to another
2. Have the executable component run on the destination machine
3. Move the executable component back to the source

For this I need to be able to pack and transfer a component from one machine to another.

My present design involves a simple 'Agent framework':
1. On the destination machine a daemon process continually waits for incoming components
2. The source machine packs and transmits the component to the destination machine

My question is:
1. Can I marshall and transmit a COM component to a remote machine? How should I go about doing this? Where can I find related material?

Thank you in advance,

Santhosh
 
I can see this as a two-step process.

1) Copy the binary file over (the .dll or .exe)
2) Register the file (call regsvr32 on it)

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top