You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by mat <fo...@gmail.com> on 2007/05/02 19:01:41 UTC

Re: Scale my gw server

OK. That was the way we did scale up our servers on one machine in unix C++
programming. I don't know about Java way. One machine one JVM with multiple
threads always?


2007/4/30, Trustin Lee <tr...@gmail.com>:
>
> On 4/30/07, mat <fo...@gmail.com> wrote:
> > I meant I opened more processes on one machine.
>
> I think you need to try.  Spawning more JVMs might scale up your
> server, but it will depend on the operating system they run on.
> Please let us know if you find something meaningful.
>
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
>

Re: Scale my gw server

Posted by Mark Webb <el...@gmail.com>.
Would it help to write some sort of load balancing acceptor that just
forwarded the data to a process running behind this load balancer?

-- 
..Cheers
Mark


On 5/4/07, mat <fo...@gmail.com> wrote:
> Actually my end client application needs to know which server is "not busy"
> in order to connect to the right server. What do you guys normally do?
>
> 2007/5/3, peter royal <pr...@apache.org>:
> >
> > On May 3, 2007, at 10:08 AM, mat wrote:
> > > No other peoples here have the same problem here?
> >
> > what's the ceiling that you're running into? that depends on what you
> > need to do..
> >
> > -pete
> >
> >
> >
> > --
> > proyal@apache.org - http://fotap.org/~osi
> >
> >
> >
> >
> >
>

Re: Scale my gw server

Posted by mat <fo...@gmail.com>.
Actually my end client application needs to know which server is "not busy"
in order to connect to the right server. What do you guys normally do?

2007/5/3, peter royal <pr...@apache.org>:
>
> On May 3, 2007, at 10:08 AM, mat wrote:
> > No other peoples here have the same problem here?
>
> what's the ceiling that you're running into? that depends on what you
> need to do..
>
> -pete
>
>
>
> --
> proyal@apache.org - http://fotap.org/~osi
>
>
>
>
>

Re: Scale my gw server

Posted by peter royal <pr...@apache.org>.
On May 3, 2007, at 10:08 AM, mat wrote:
> No other peoples here have the same problem here?

what's the ceiling that you're running into? that depends on what you  
need to do..

-pete



-- 
proyal@apache.org - http://fotap.org/~osi




Re: Scale my gw server

Posted by mat <fo...@gmail.com>.
No other peoples here have the same problem here?

2007/5/3, Trustin Lee <tr...@gmail.com>:
>
> On 5/3/07, mat <fo...@gmail.com> wrote:
> > OK. That was the way we did scale up our servers on one machine in unix
> C++
> > programming. I don't know about Java way. One machine one JVM with
> multiple
> > threads always?
>
> Not always.  One of my colleagues used the same approach when he scale
> up his Java-based SMTP server.
>
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
>

Re: Scale my gw server

Posted by Trustin Lee <tr...@gmail.com>.
On 5/3/07, mat <fo...@gmail.com> wrote:
> OK. That was the way we did scale up our servers on one machine in unix C++
> programming. I don't know about Java way. One machine one JVM with multiple
> threads always?

Not always.  One of my colleagues used the same approach when he scale
up his Java-based SMTP server.

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6