Similar Threads:
1.dcom vs com+ vs remoting
Hello.
I am doing a research on dcom, com+ and remoting.
We are about to develop a web application consisting 3 tiers ( web server,
application server, db server )
We are going to develop front end in asp.net and ms sql in the back end.
The middle tier mostly will be grabbing data from the db and give the result
to the front end.
I'd like to know what would be the better way to do this.
Should I use only one object in the middle tier that communicate to all the
threads requested from the web server? ( i'd like to know the pres and
cons )
I heard that dcom is better than com+ in particular situation so I'd like to
know in what situation remoting would be the best fit in the middle tier and
why
Thanx in advance
2.remoting Activator.GetObject help!!
I have a remoting app that calls a windows service using
the Activator.GetObject(type, url). works great with
studio 2002 and framework 1.0. However I upgraded to
2003 and 1.1. Now it dosen't allow any access to it.
How can I fix this? thanks in advance
-RL
3.Simulate 'GetObject' using remoting
I have a document based MDI application where the user can write
orders.
I have split the application up in two parts:
StartUp.exe: This exe is started when doubleclicking one of the order
files in explorer. This exe basically only creates an instance of
working.dll and thells it to open the order.
Working.dll: This is where all the work is done. Contains an MDI form
where the orders are edited.
I have now some other application where I generate orders. They can
create instances of the working.dll but if I have 3 apps generating
orders I have 3 instances of working.dll.
What I'd like to do: if Startup.exe is already running I want to pick
up this instance and generate the orders using this instance.
This all runs locally on one machine.
Can this be done using remoting but on a local machine only?
If yes, can anyone pioint me to a sample doing something similar. I
have no experience with remoting at all.
Tosch
4.Activator.GetObject and Remoting.Proxies.ProxyAttribute
Hi,
I have found a way (in Don Box's book) to Intercept all
calls to method of a class using Proxies.ProxyAttribute,
actually class which derives from this one. But on my
current project we are using interfaces (and
Activator.GetObject ) instead of class implantation to
distribute dependant classes over different servers, is
there a way to make similar attribute to intercept all
calls to an interface instead of class.
I would like to use this for performance tracking and
caching. Is there a better way for achieving this, or am
I making some stupid mistake and forgetting something
important
Thanks
Almir
5.Windows-service remoting - IPC vs. COM
Hi,
i am developing a windows service in C# with the .NET framework 2.0
which must be configured by different applications (VB 6.0 and C#).
I need one single object which should be used (how its made by the
IPC-remoting-mechanism). But it seems to me that i can't use the
IPC-channel mechanism for the VB 6.0 applications. So i wanna use a COM
component in VB 6.0. I think i can use a COM wrapper to use the
IPC-mechanism under VB 6.0, but it would be better to use only one
technique (so i guess this must be COM).
But can i do the same things with com as with IPC ? Can i use one
single object for all applications? And can i use event-handling like
with IPC-remoting?
Thank you for your information.
6. remoting vs com
7. Using GetObject to get instance of running COM Server
8. Activator.GetObject() does not work when called via COM