473,396 Members | 1,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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!!

Sep 27 '05 #1
6 1714
<ap****@yahoo.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
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
Sep 27 '05 #2
On 27 Sep 2005 12:43:05 -0700, in comp.lang.c , ap****@yahoo.com
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.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Sep 27 '05 #3
On 27 Sep 2005 12:43:05 -0700, ap****@yahoo.com wrote or quoted :
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.
Sep 27 '05 #4
Mark McIntyre <ma**********@spamcop.net> writes:
On 27 Sep 2005 12:43:05 -0700, in comp.lang.c , ap****@yahoo.com
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) ks***@mib.org <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.
Sep 27 '05 #5
On Wed, 28 Sep 2005 03:43:05 +0800, ap****@yahoo.com wrote
(in article <11**********************@g49g2000cwa.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

Oct 1 '05 #6
In article <dh*********@news3.newsguy.com>, steve <st***@aol.com>
wrote:
On Wed, 28 Sep 2005 03:43:05 +0800, ap****@yahoo.com wrote
(in article <11**********************@g49g2000cwa.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
sc***@alodar.nospam.com
Java and database consulting for the life sciences
Oct 3 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Constandinos Mavromoustakis | last post by:
CFP: CLADE 2004-Challenges of Large Applications in Distributed Environments ------------------------------------------------- PhD student - Dept.Informatics at Aristotle University of...
5
by: ajikoe | last post by:
Hello, Is there any one who has experiance about how to setup distributed computing for 2 computer only. I really want to know from the start. Any suggestion appreciated. Sincerely Yours,...
39
by: Steven T. Hatton | last post by:
I came across this while looking for information on C++ and CORBA: http://www.zeroc.com/ice.html. It got me to wondering why I need two different languages in order to write distributed computing...
3
by: apngss | last post by:
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...
5
by: Martin Drautzburg | last post by:
Hello all, I've seen various attempts to add distributed computing capabilities on top of an existing language. For a true distributed system I would expect it to be possible to instantiate...
0
by: nicky123 | last post by:
I think that JMX technology will have a significant impact on the proliferation of distributed computing. Java technology is already leading the way in distributed computing. One of the greatest...
1
by: nicky123 | last post by:
A distributed database is a specialization of distributed computing. A distributed database allows certain data specific operations to be distributed to one or more different machines. This means...
2
by: Rambaldi | last post by:
This might be a dumb question, but i gotta do it :D In a distributed computing, can the machines have different OS??? If yes, its something that is worth to do? i mean, can i have problems for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.