Search found 33 matches

by ndesy
02 Apr 2015, 13:32
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113281

Re: Connection encryption

Excellent! Actually our iOS is using Unity so it should be good for us! :)
by ndesy
02 Apr 2015, 13:05
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 113281

Re: Connection encryption

Any news about the 2.10 release ? :) What level of flexibility will we have about the activation of this feature ? We have multiple clients (web / ios / unity) that connect to the same smartfox server, and we would like to enforce users to use an encrypted connexion. But since we do not have any con...
by ndesy
28 Oct 2014, 13:58
Forum: SFS2X Questions
Topic: HTTPListener in extension
Replies: 8
Views: 10323

Re: HTTPListener in extension

We have a setup similar to what you need. We created a webapp which is deployed on SFS jetty. (all webapps are in "www" folder) From the servlet, you can access the extension instance with : return SmartFoxServer.getInstance(). getZoneManager(). getZoneByName(zoneName). getExtension(); The...
by ndesy
28 Oct 2014, 13:47
Forum: SFS2X Questions
Topic: Max CCU achieved!
Replies: 2
Views: 5956

Re: Max CCU achieved!

It depends on the kind of game you are developing.

I think you can easily go above 40k CCU if you :
- send small messages
- avoid broadcasting messages too often if it's not necessary
- keep the rooms' usercount low to avoid huge broadcast
by ndesy
03 Apr 2014, 14:09
Forum: SFS2X Questions
Topic: are SFS2X and Java 8 production ready ?
Replies: 5
Views: 9053

are SFS2X and Java 8 production ready ?

Hello,

did anyone tried to run smartfox and Java 8 in production ?
by ndesy
25 Jan 2014, 04:45
Forum: SFS2X Questions
Topic: ec2 restarted and ip changed
Replies: 4
Views: 6683

Re: ec2 restarted and ip changed

No, if we use 0.0.0.0 the licence validation will fail. We need to use the private ip.

I use puppet to update automatically server.xml but even then, I always have to reset the licence on the web dashboard every time we need to stop/start an ec2 instance.
by ndesy
16 Jul 2013, 20:19
Forum: SFS2X Questions
Topic: Error: Request for resource at xmlsocket
Replies: 4
Views: 9105

Re: Error: Request for resource at xmlsocket

You should hide all the references to monsterdebugger behind a facade (homemade function), then you can use optional compilation to enable monsterdebugger only if you run the game locally.

http://livedocs.adobe.com/flex/3/html/h ... rs_21.html
by ndesy
16 Jul 2013, 19:32
Forum: SFS2X Questions
Topic: Analytics: Cannot run program "..\jre\bin\java.exe"
Replies: 2
Views: 5327

Re: Analytics: Cannot run program "..\jre\bin\java.exe"

You can specify the path of the JVM by adding/modifying this file : SFS2X_HOME/.install4j/pref_jre.cfg

The file should only contains the path to the java installation folder.
by ndesy
16 Jul 2013, 19:25
Forum: SFS2X Questions
Topic: Error: Request for resource at xmlsocket
Replies: 4
Views: 9105

Re: Error: Request for resource at xmlsocket

That's because your flash client is trying to connect to monsterdebugger and it is not currently running on your computer.
by ndesy
04 Apr 2013, 13:33
Forum: SFS2X Questions
Topic: Debian package
Replies: 3
Views: 5628

Re: Debian package

I know how to install smartfox! :)

What I'm trying to do is to automate the installation with Puppet.

The main issue is the fact that we always need to apply the patch manually. If the main package would be updated it would make things easier.
by ndesy
03 Apr 2013, 16:09
Forum: SFS2X Questions
Topic: Debian package
Replies: 3
Views: 5628

Debian package

Hello all, I've been looking for this but didn't find anything. Is there any debian package out there so we could install smartfox by simply typing : apt-get install sfs2x We are currently trying to setup our whole infrastructure using puppet and I must admit configuring smartfox is a real pain. Jus...
by ndesy
05 Feb 2013, 22:02
Forum: SFS2X Questions
Topic: Best way to send messages between sfs2x instances?
Replies: 3
Views: 5615

Re: Best way to send messages between sfs2x instances?

Hehe, I know it might be confusing, but the mirror effect is exactly what we are looking for ! :P We already have a homemade netty client to request a 3rd party service, so I guess we could start from there. I was thinking about the sfs2x client because we could just delegate the "dirty" w...
by ndesy
05 Feb 2013, 19:44
Forum: SFS2X Questions
Topic: Best way to send messages between sfs2x instances?
Replies: 3
Views: 5615

Best way to send messages between sfs2x instances?

Hello, we are currently investigating about the "best" way of sending messages across multiple sfs2x instance. I know that there was previously a cluster version of SFS Pro using terracotta, but this has been discontinued. The amount of messages sent between servers would be relatively low...
by ndesy
17 Feb 2012, 13:53
Forum: SFS2X Questions
Topic: Upgrade from RC3
Replies: 3
Views: 5778

Re: Upgrade from RC3

Ok. Just to be sure, is there any new mandatory config values in core.xml, server.xml and zone config? I just want to avoid possible issues if I just copy the old files! :D Otherwise is there some release notes to see what was added/fixed? I'd like to know what I'm pushing in production! :mrgreen:
by ndesy
17 Feb 2012, 13:39
Forum: SFS2X Questions
Topic: Upgrade from RC3
Replies: 3
Views: 5778

Upgrade from RC3

Hello all,

Is there a patch available to upgrade from RC3? If not, are the only steps required are to copy the sfs2x-*.jar and www/* from a fresh install?

Thanks in advance.

Go to advanced search