RE: Remoting Vs. DCOM by NoSpamMgbworld
NoSpamMgbworld
Mon Aug 15 07:37:27 CDT 2005
DCOM might (the key word is MIGHT, not WILL) work a bit faster with very
small messages. Beyond that, the extra layers on both sides of the
communication will bog it down. For that reason, I would head towards
Remoting first.
All of the upcoming technologies are XML based, so they are more akin to
Remoting than DCOM.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"Ram" wrote:
> Hey,
> If I don't need to worry about security, but performance is a big
> issue, should I use Remoting or EnterpriseServices with DCOM to connect
> my clients to my server?
> Besides performance, what other advantages/disadvantages are there for
> each of them, and what about Indigo?
> Thanks ahead
>
> Ram
>
>