.NET remoting

  • Thread starter Thread starter Boni
  • Start date Start date
B

Boni

Dear all,
I am a newby in remoting so please forgive me if the question is stupid.

I have a native c++ prog which executes a long calculation. Now I would like
to start this prog on many PC's in my network simultanously. The idea is
1) Create a managed wrapper in C++/CLR. This wrapper is a managed class,
which creates and starts simulation.
2) Use .NET remoting to create this class on remote PC's.

Will this work?
Any ideas please,
Thanks,
Boni
 
Hi Rodrigo,
thanks for your answer. Also I googled a bit and my impression is that it
will not work, because a native part can't be remoted, because Assembly.Load
can't work with native part it will only load a wrapper and IJW will fail.
Am I wrong (please say Yes:), did I missed something? (I use VS2005)
Could you please comment it once more.
Thank you very much,
Boni
 
Back
Top