[JDEV] server performance questions
Thomas Charron
tcharron at ductape.net
Fri Jan 21 11:36:56 CST 2000
Quoting Robert Thompson <robert at sv3.com>:
> The question below leads me to ask:
> Is is possible to link 2 Linux Server's together to serve as 1 JServer?
> Essentially, I'm asking is all the various functionality can continue to
> function as one unit and scale to handle more and more users by adding
> server.
Currently, no. In the future, yes. Basically, we could come up with
a 'master/slave' relationship, so you could have three jservers running. One
would be a master, who would accept no user connections directly, but simply
serve to route incoming messages, etc, to the proper 'slave' jserver, running
on one of 'X' machines..
EtherX
/ | \
/ | \
/ | \
S M S
| |
C C
M = Master jserver
S = Slave jserver
C = Client Connections
In this method, the 'work' would be distributed across potentially 3
machines, one simply routing, and dealing with incoming data, and the others,
client connections, and 'outgoing' data..
---
Thomas Charron
<< Wanted: One decent sig >>
<< Preferably litle used >>
<< and stored in garage. ?>>
More information about the JDev
mailing list