Hi -
I'm looking to build a framework to host .NET remoting objects for an
enterprise-wide distributed architecture (otherwise known as middleware!).
What I want is basically a pure .NET version of Component Services, albeit
with much reduced functionality. I don't need transactional support, and I
don't need the security architecture, and of course I don't want COM. I've
begun building this, actually, with a Windows service to start things off,
which fires off multiple instances of an executable which are the generic
hosts for the remoting assemblies, each of which do a 'LoadFrom()' for each
assembly to be hosted, everything driven from XML config files.

My question is: has anyone done this before? And/or does anyone have any
suggestions of resources I can go to for this? In the end, it's not really
a big deal, just some exe's that host the assemblies, but I'm sure there
are all kinds of gotchas with this project and it's extremely critical that
it all be very stable.

I'd really appreciate anyone's input and suggestions. Thanks!

Andy

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to