 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
apngss@yahoo.com Guest
|
Posted: Tue Sep 27, 2005 7:43 pm Post subject: distributed computing choices |
|
|
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
|
Posted: Tue Sep 27, 2005 8:44 pm Post subject: Re: distributed computing choices |
|
|
<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
|
Posted: Tue Sep 27, 2005 8:51 pm Post subject: Re: distributed computing choices |
|
|
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
|
Posted: Tue Sep 27, 2005 9:17 pm Post subject: Re: distributed computing choices |
|
|
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
|
Posted: Tue Sep 27, 2005 11:13 pm Post subject: Re: distributed computing choices |
|
|
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
|
Posted: Sat Oct 01, 2005 10:19 pm Post subject: Re: distributed computing choices |
|
|
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
|
Posted: Mon Oct 03, 2005 9:25 pm Post subject: Re: distributed computing choices |
|
|
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 |
|
 |
|
|
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
|
|