Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

programming question from a beginner

3 views
Skip to first unread message

fuhgetaboudit

unread,
Jan 13, 2010, 11:58:40 PM1/13/10
to
Is it possible to split an application across several machines? How is
it done?
I have heard many reasons for why people would do this but I do not
have a solid answer that makes sense. so my final question would be
what are the benefits and shortfalls to do this?

Edward Feustel

unread,
Jan 14, 2010, 7:35:18 AM1/14/10
to

The principal advantage is some applications is the additional
computational power that can be brought to bear. Another is the
possibility of having multiple versions of each application piece so
that if one is busy, another can be used.
The principal disadvantage is communication overhead and the lack of
a common shared database, since data used in individual pieces may
need to be communicated. It should be noted that the communication
between different pieces can completely swamp any computational
advantage.
Further, security can be more easily maintained on a single platform.

Ed Feustel
Dartmouth College

EricF

unread,
Jan 15, 2010, 2:41:19 AM1/15/10
to

There is splitting, which Ed addressed, and there is replication across
machines, which gives you failover.

One can have a shared database which is on another (set of) machine(s).

Google splits their search application across a large number of machines.

Eric

0 new messages