Netty and scalation
Ngoc Dao
ngocdaothanh at gmail.com
Wed Oct 5 21:03:26 EDT 2011
It depends on your protocol of your choice.
If you use HTTP, then use any web server that's based on Netty, for
example this one:
https://github.com/ngocdaothanh/xitrum
Because you use HTTP, you can scale the same way you scale Tomcat, Apache etc.
If you use your own protocol, then you need load balancers that work
at the TCP level.
Ngoc
On Thu, Oct 6, 2011 at 9:44 AM, fwachs <fefewachs at gmail.com> wrote:
> Hi,
>
> I'm building an MMO game for iPhone and i'm using netty to support calls to
> the backend and to push updates to the clients/iPhones.
>
> I was wondering how to scale with netty in case I need more servers, or how
> to do load balancing.
>
> I'm new to "socket development", I'm used to working with tomcat, apache,
> which are really easy to scale horizontally.
>
> Any guidance would be greatly appreciated.
>
> Thanks
> Federico
>
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-and-scalation-tp6864512p6864512.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
More information about the netty-users
mailing list