Search found 19 matches

by jeen
02 May 2014, 00:08
Forum: SFS2X Questions
Topic: AsyncHttpClient-Reaper and Hashed wheel timer threads
Replies: 3
Views: 5993

Re: AsyncHttpClient-Reaper and Hashed wheel timer threads

First of all: it turns out the observed high CPU load is caused by one of our own processes, after all, so sorry for that red herring. I'm still kinda curious to learn if the number of AsyncHttpClient threads in a WAITING state is at all expected or normal, though. As for some background on what we'...
by jeen
01 May 2014, 05:33
Forum: SFS2X Questions
Topic: AsyncHttpClient-Reaper and Hashed wheel timer threads
Replies: 3
Views: 5993

AsyncHttpClient-Reaper and Hashed wheel timer threads

We're running SFS2X 2.8.2, using websockets to connect from an HTML5 client. We're running into a strange performance issue where at some point, server cpu load goes through the roof, and stays there, even when no actual users have been logged in anymore for several hours and the server should be pr...
by jeen
28 Feb 2013, 20:23
Forum: SFS2X C# API
Topic: Problems with custom login from Unity client
Replies: 4
Views: 7300

Re: Problems with custom login from Unity client

Ok, we've finally managed to figure out the issue, and I'm happy to report it's not a problem in Smartfox or in the C# client API. What it actually was, was a rather freakish problem with the Unity password field that we were using. For some reason, it gave us the password display string ('*****') a...
by jeen
28 Feb 2013, 16:09
Forum: SFS2X C# API
Topic: Problems with custom login from Unity client
Replies: 4
Views: 7300

Re: Problems with custom login from Unity client

I am storing the passwords encrypted, but I decrypt them to plain text before using the checkPassword method. As for the versions - we are currently looking into upgrading to the latest/greatest, let me investigate if the problem persists after that and I'll get back to you, hopefully with the news ...
by jeen
06 Feb 2013, 20:46
Forum: SFS2X C# API
Topic: Problems with custom login from Unity client
Replies: 4
Views: 7300

Problems with custom login from Unity client

I am experiencing difficulties with logging in to Smartfox from a Unity client using the .Net client API. The client does a normal LoginRequest, setting the username, password, and zone name strings. The server has a custom login handler that uses getApi().checkSecurePassword((ISession) event.getPar...
by jeen
27 Jan 2013, 19:54
Forum: SFS2X Questions
Topic: SFS 2X password encryption
Replies: 2
Views: 4380

Re: SFS 2X password encryption

Thanks lapo, that confirms the conclusion I had already drawn myself. I have started a simple AES crypto implementation for storage (and will probably need something similar for transmitting the password in user account creation).
by jeen
25 Jan 2013, 01:37
Forum: SFS2X Questions
Topic: SFS 2X password encryption
Replies: 2
Views: 4380

SFS 2X password encryption

I'm having trouble figuring out how Smartfox 2x encrypts passwords sent along with a login request. I assumed it used a simple MD5 hash, but something else seems to be going on, as I get a different hash on the server side for different login attempts with the same password - which seems to indicate...
by jeen
23 Jul 2012, 20:13
Forum: SFS2X C# API
Topic: Cannot serialize List<string>
Replies: 7
Views: 12510

Re: Cannot serialize List<string>

A non typed List in Java (or List<?>) correspond to the equivalent in C#. The problem is that we don't know what the equivalent is :) C# does not have a non-typed List class, and the wildcard approach does not work in C# either due to the stricter nature of its generics mechanism. The only problem ...
by jeen
22 Jul 2012, 23:54
Forum: SFS2X C# API
Topic: Cannot serialize List<string>
Replies: 7
Views: 12510

Re: Cannot serialize List<string>

Unfortunately, this doesn't help, because we are using class serialization as described here . We could probably switch to using SFSArray directly instead, but this requires a lot of rewriting on the server side of things, because it does not seem possible to use SFSObject/SFSArray as property datat...
by jeen
09 Jul 2012, 00:05
Forum: SFS2X Questions
Topic: Remote admin tool hangs on zone config load
Replies: 8
Views: 9743

Re: Remote admin tool hangs on zone config load

Thanks for your comments, that makes sense. I of course already use __lib__ for part of our code (the classes we use for object serialization). But I had not really considered that it might be better to put other dependencies there as well. Will rethink my deployment model :)
by jeen
03 Jul 2012, 23:59
Forum: SFS2X Questions
Topic: Remote admin tool hangs on zone config load
Replies: 8
Views: 9743

Re: Remote admin tool hangs on zone config load

Ok, apparently it has to do with how I produce my extension jar file. Until recently, I produced separate jar files for the extension itself and for several dependencies it needs, and copied all jar files to the extensions/<MyExtension> directory. However, I recently changed my build process to crea...
by jeen
03 Jul 2012, 22:29
Forum: SFS2X Questions
Topic: Remote admin tool hangs on zone config load
Replies: 8
Views: 9743

Re: Remote admin tool hangs on zone config load

Unfortunately, trying to create a new zone seems impossible: it also makes the tool hang in exactly the same way. I should point out, by the way, that I am experiencing this problem on two separate installations of Smartfox. Both are running a patched SFS2X (2.1.0, with admin tool version 1.2.0). up...
by jeen
02 Jul 2012, 23:31
Forum: SFS2X Questions
Topic: Remote admin tool hangs on zone config load
Replies: 8
Views: 9743

Re: Remote admin tool hangs on zone config load

Just tried in Google Chrome, same problem unfortunately...
by jeen
29 Jun 2012, 00:38
Forum: SFS2X Questions
Topic: Remote admin tool hangs on zone config load
Replies: 8
Views: 9743

Remote admin tool hangs on zone config load

I am experiencing a problem with the remote admin tool. For some reason it has suddenly started to hang when I try to open a zone configuration. I can open the Zone Configurator itself, but when I doubleclick a zone (or use the edit button at the bottom) to open a specific zone for config, I get the...
by jeen
28 Jun 2012, 02:59
Forum: SFS2X Questions
Topic: class serialization: primitive type vs. class in arrays
Replies: 11
Views: 18212

Re: class serialization: primitive type vs. class in arrays

Brief followup: we have ran a few tests using Lists instead of arrays, but still are having problems getting a C# client to serialize objects. The object I have in Java looks like this (we're experimenting on a different property, so it's string-typed list, not Double as above): public class Group {...

Go to advanced search