You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the two approaches that are possible.
a/ Write your own clustering code using JGroups (this can get quite
complicated...or may be not. Won't know until its POCed)
b/Make the entire stack a webapp and then piggy back the clustering
implementation in Tomcat.
Challenges:
a/ Will have to give up the performance benefits of using a custom socket
server with a light-weight protocol
b/ Will have to make the Push Engine based on WebSockets which still a moving
target
c/ Will have to modify and re-deploy the clients on the devices as code on the
device side will have to change quite a bit
It is really a toss up. I am more inclined to implementing my own on top of the
existing stack using JGroups.
Will address this sometime next year. In the meantime, innovation needs to be
the focus of the project at all times
Original comment by openmobs...@gmail.com on 6 Sep 2011 at 3:43
Original issue reported on code.google.com by
openmobs...@gmail.com
on 13 Mar 2011 at 3:07The text was updated successfully, but these errors were encountered: