PC Review


Reply
Thread Tools Rate Thread

distributed computing choices

 
 
apngss@yahoo.com
Guest
Posts: n/a
 
      27th Sep 2005
When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

Here are the choices in microsoft technology:

..NET is based on COM+, or what underlying technology it is using for
distributed communication?

HTTP (any??)

..NET (Microsoft)
COM+ (Microsoft)
SOAP (any ??)

MOM (any ??)

I guess HTTP is just the protocol, it should not belong to the
distributed computing choices?

Please comment and advise. thanks!!

 
Reply With Quote
 
 
 
 
Rob Schieber
Guest
Posts: n/a
 
      27th Sep 2005
(E-Mail Removed) wrote:
> When an application needs to get information from another machine over
> the network, how many distributed computing choices out there?
>
> Here are the choices in microsoft technology:
>
> .NET is based on COM+, or what underlying technology it is using for
> distributed communication?
>
> HTTP (any??)
>
> .NET (Microsoft)
> COM+ (Microsoft)
> SOAP (any ??)
>
> MOM (any ??)
>
> I guess HTTP is just the protocol, it should not belong to the
> distributed computing choices?
>
> Please comment and advise. thanks!!
>


Have you looked into Remoting? You have several options there including
binary (TCP/IP) communication; client and server activated objects.

--
Rob Schieber
 
Reply With Quote
 
Ralph
Guest
Posts: n/a
 
      27th Sep 2005

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> When an application needs to get information from another machine over
> the network, how many distributed computing choices out there?
>
> Here are the choices in microsoft technology:
>
> .NET is based on COM+, or what underlying technology it is using for
> distributed communication?
>
> HTTP (any??)
>
> .NET (Microsoft)
> COM+ (Microsoft)
> SOAP (any ??)
>
> MOM (any ??)
>
> I guess HTTP is just the protocol, it should not belong to the
> distributed computing choices?
>
> Please comment and advise. thanks!!
>


You appear to be chewing on multiple critters, confusing protocols and
multiple protocol applications/implementations. Building a list this way is
going to be practically endless. Especially, if as Rob noted you start
adding raw TCP/IP to the equation, or if you start including vendor specific
CORBA or messaging applications. (Did we leave out smtp? <g>)

If this is a homework assignment, then I suggest you consult several
articles and books for an overview on client/server strategies and work your
way down from there.

If this is for an actual design for an existing problem domain, then
client/server technologies is definitely a place where OSFA does not apply.
Outlining the requirements will help you zero in on a best-case solution,
weeding out those protocols and technologies that are not as useful as you
go along.

-ralph


 
Reply With Quote
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      28th Sep 2005
First off, you need to understand what terms to use. If you are not doing
this for homework, and want to dive deep here, look at the patterns
described in this excellent book:
Enterprise Integration Patterns by Hohpe and Woolf
http://www.eaipatterns.com/

..Net is not based on COM+. A .Net app is free to use COM+ if it so
chooses... or not.

As far as RPC mechanisms, you can look into XML Web Services as well as .Net
Remoting. Windows Communications Foundation (Indigo) introduces an elegant
and configurable layer to handle RPC and some messaging (Queues and
EndPoints mostly) that will make EAI much more configurable.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> When an application needs to get information from another machine over
> the network, how many distributed computing choices out there?
>
> Here are the choices in microsoft technology:
>
> .NET is based on COM+, or what underlying technology it is using for
> distributed communication?
>
> HTTP (any??)
>
> .NET (Microsoft)
> COM+ (Microsoft)
> SOAP (any ??)
>
> MOM (any ??)
>
> I guess HTTP is just the protocol, it should not belong to the
> distributed computing choices?
>
> Please comment and advise. thanks!!
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Choices to display dependent on previous choices... TinaTechWriter Microsoft Access Database Table Design 2 7th Apr 2010 06:44 PM
box showing choices, select multiple choices for each record =?Utf-8?B?bWF0dHl2?= Microsoft Access 13 21st Nov 2007 04:15 AM
REPOST - Option Group's Choices and # of Choices in a Continuos Fo =?Utf-8?B?cXVlc3Rpb25uYWlyZSBkYXRhYmFzZSBhbmFseXN0 Microsoft Access Forms 2 9th Nov 2005 12:26 AM
Change Option Group's choices and # of Choices - PLEASE HELP =?Utf-8?B?cXVlc3Rpb25uYWlyZSByZXNwb25zZSBkYXRhYmFz Microsoft Access Forms 3 17th Aug 2005 06:02 PM
Do you folks have a Distributed Computing Project? ImaginAsian General Discussion 5 22nd Mar 2002 03:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 AM.