C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

distributed computing choices

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
apngss@yahoo.com
Guest





PostPosted: Tue Sep 27, 2005 7:43 pm    Post subject: distributed computing choices Reply with quote



When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

Here are the choices I know of, classifying by different programming
languages

HTTP (any??)

RPC (C, C++)
..NET (Microsoft)
COM+ (Microsoft)
RMI (Java)
CORBA (any)
EJB (Java)
SOAP (any ??)

MOM (any ??)

I guess HTTP is just the protocol, it should not belong to the
distributed computing choices? For example, we can deliver
SOAP using HTTP, or using JMS? EJB is delivered over HTTP?

Please comment and advise. thanks!!

Back to top
Alexei A. Frounze
Guest





PostPosted: Tue Sep 27, 2005 8:44 pm    Post subject: Re: distributed computing choices Reply with quote



<apngss (AT) yahoo (DOT) com> wrote

Quote:
When an application needs to get information from another machine over
the network, how many distributed computing choices out there?
This is OT for comp.lang.c.

Alex



Back to top
Mark McIntyre
Guest





PostPosted: Tue Sep 27, 2005 8:51 pm    Post subject: Re: distributed computing choices Reply with quote



On 27 Sep 2005 12:43:05 -0700, in comp.lang.c , [email]apngss (AT) yahoo (DOT) com[/email]
wrote:

Quote:
When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

This is offtopic in at least two, possibly three of the groups you
x-posted to. Try comp.programming.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>


http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Back to top
Roedy Green
Guest





PostPosted: Tue Sep 27, 2005 9:17 pm    Post subject: Re: distributed computing choices Reply with quote

On 27 Sep 2005 12:43:05 -0700, [email]apngss (AT) yahoo (DOT) com[/email] wrote or quoted :

Quote:
When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

I have a bunch more listed at
http://mindprod.com/jgloss/remotefileaccess.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.

Back to top
Keith Thompson
Guest





PostPosted: Tue Sep 27, 2005 11:13 pm    Post subject: Re: distributed computing choices Reply with quote

Mark McIntyre <markmcintyre (AT) spamcop (DOT) net> writes:
Quote:
On 27 Sep 2005 12:43:05 -0700, in comp.lang.c , [email]apngss (AT) yahoo (DOT) com[/email]
wrote:

When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

This is offtopic in at least two, possibly three of the groups you
x-posted to. Try comp.programming.

It seems perfectly topical in comp.distributed. Followups redirected.

--
Keith Thompson (The_Other_Keith) [email]kst-u (AT) mib (DOT) org[/email] <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.

Back to top
steve
Guest





PostPosted: Sat Oct 01, 2005 10:19 pm    Post subject: Re: distributed computing choices Reply with quote

On Wed, 28 Sep 2005 03:43:05 +0800, [email]apngss (AT) yahoo (DOT) com[/email] wrote
(in article <1127850185.105749.280980 (AT) g49g2000cwa (DOT) googlegroups.com>):

Quote:
When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

Here are the choices I know of, classifying by different programming
languages

HTTP (any??)

RPC (C, C++)
.NET (Microsoft)
COM+ (Microsoft)
RMI (Java)
CORBA (any)
EJB (Java)
SOAP (any ??)

MOM (any ??)

I guess HTTP is just the protocol, it should not belong to the
distributed computing choices? For example, we can deliver
SOAP using HTTP, or using JMS? EJB is delivered over HTTP?

Please comment and advise. thanks!!


check out apples web site, they have a development kit


Back to top
Scott Ellsworth
Guest





PostPosted: Mon Oct 03, 2005 9:25 pm    Post subject: Re: distributed computing choices Reply with quote

In article <dhn21m11bf6 (AT) news3 (DOT) newsguy.com>, steve <steve (AT) aol (DOT) com>
wrote:

Quote:
On Wed, 28 Sep 2005 03:43:05 +0800, [email]apngss (AT) yahoo (DOT) com[/email] wrote
(in article <1127850185.105749.280980 (AT) g49g2000cwa (DOT) googlegroups.com>):

When an application needs to get information from another machine over
the network, how many distributed computing choices out there?

Here are the choices I know of, classifying by different programming
languages

HTTP (any??)

RPC (C, C++)
.NET (Microsoft)
COM+ (Microsoft)
RMI (Java)
CORBA (any)
EJB (Java)
SOAP (any ??)

MOM (any ??)

I guess HTTP is just the protocol, it should not belong to the
distributed computing choices? For example, we can deliver
SOAP using HTTP, or using JMS? EJB is delivered over HTTP?

Please comment and advise. thanks!!


check out apples web site, they have a development kit

Apple's kit goes under the name XGrid. It rides on BEEP and HTTP, IIRC.
There is a Java-based xgrid agent, so it appears that you do not need
native code to run jobs.

See <http://www.apple.com/server/macosx/features/xgrid.html> and
<http://developer.apple.com/hardware/hpc/xgrid_intro.html> and
<http://www.macdevcenter.com/pub/a/mac/2005/09/13/xgrid.html>.

It looks pretty keen, and worked well for some test projects I did. It
rides on top of a number of other technologies, so it does not appear
that they are re-inventing the wheel.

Scott

--
Scott Ellsworth
[email]scott (AT) alodar (DOT) nospam.com[/email]
Java and database consulting for the life sciences

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.