I'm using Distributed Ehcache and Terracotta toolkit for sending/receiving messages. All works fine, but in this approach you should write your own Buddy system, Ban system, Room system, Public/Private Messages,.. huge part of SmartFox embedded features.
Is there a way to get port of embedded http server from code? My load balancers should send to clients data about alive game servers in cluster: ip, port and httpPort (is blurBox is enable).
It'll be great if there will be method "getHttpPort()" in com.smartfoxserver.v2.http.IHttpServer class
Just check all requests from client for ability. So if request could be performed (from servers view point) it means that client is valid (even if your client was hacked or this is some another client)
Is it right that handlers ('someClasses extends BaseClientRequestHandler') doesn't supports cuncurrency on sfs level? As I understand all requests from users just pushed into some queue for this handler and processed consequentially
And does 'someClasses extends BaseServerEventHandler' supports ...
My company plans to use a cluster of SFS2X servers (2-3 servers in the begining, 3-6 further, it will depends on servers loading and it will be known after load (stress) testing, cluster must holds more than 100000 ccu). In the current situation I should write a couple of classes (like in cluster ...
partly you are right.. Bruteforcing stop working when password contains more than 9-10 characters, but there are more efficiently ways (f.e. using dictionaries)