Search found 116 matches

by grhwood
03 Jul 2015, 19:10
Forum: SFS2X Questions
Topic: SFSObject expensive serialization size
Replies: 1
Views: 3910

SFSObject expensive serialization size

Hi, I tested SFSObject serialization with an empty SFSObject and result in 3 bytes, but with empty byte[] it is 11bytes. Here is my test code: SFSObject sfsObject = new SFSObject(); sfsObject.putByteArray("1", new byte[] {}); System.out.println(DefaultSFSDataSerializer.getInstance().object...
by grhwood
06 Feb 2015, 14:13
Forum: SFS2X Java / Android API
Topic: porting netty3 to netty4
Replies: 1
Views: 5443

porting netty3 to netty4

Hi,

I use netty4 as a third party lib in my app and sfs2x java client has netty3 as dependency. I'm interested in porting sfs2x java client to netty4. So is it possible to get the sfs2x java client source code ?

Thanks,
by grhwood
05 Feb 2015, 10:17
Forum: SFS2X Questions
Topic: Load testing with JMeter?
Replies: 10
Views: 11554

Re: Load testing with JMeter?

Im interested in load testing SFS2x, could you share the client code for testing it in the Running 100K concurrent users white paper ?

Thanks,
by grhwood
27 May 2014, 10:04
Forum: SFS2X Questions
Topic: user profile picture
Replies: 1
Views: 3914

user profile picture

Hi,

I have a game that user can upload his/her profile picture and show it to other user when ingame.

I wonder if it is a good idea to send user picture byte[] with sfs response.

Thanks.
by grhwood
21 May 2014, 15:02
Forum: Job offers and requests
Topic: Need Smartfox Developer
Replies: 1
Views: 6421

Re: Need Smartfox Developer

I have sent you an email.
by grhwood
11 Mar 2014, 18:40
Forum: SFS2X Questions
Topic: how to self handle "Request handler not found" exception
Replies: 1
Views: 3851

how to self handle "Request handler not found" exception

Hi,

Is this possible to handle the "Request handler not found" exception programmatically instead of relying on sfs ? Use case is I want to disconnect the client when it send unknown request.

Thanks,
by grhwood
21 Feb 2014, 14:42
Forum: SFS2X Questions
Topic: Random infinite loop in java.util.zip.Inflater.inflateBytes
Replies: 12
Views: 17422

Re: Random infinite loop in java.util.zip.Inflater.inflateBy

I have the CLOSE_WAIT issue today too
by grhwood
20 Feb 2014, 15:41
Forum: SFS2X Questions
Topic: how to forward login between 2 zone
Replies: 1
Views: 3835

how to forward login between 2 zone

Hi, I have 2 zone: zone1 and zone2. zone1 is public zone, users send LoginRequest to zone1. After a successfull login to zone1, I call sfsApi.login(session, username, "", "zone2", new SFSObject(), false) to forward user to zone2. I configured zone2 to use custom login but no logi...
by grhwood
29 Jan 2014, 19:43
Forum: SFS2X Questions
Topic: disable room extension classloader
Replies: 5
Views: 7445

Re: disable room extension classloader

Hi Lapo, Here is my code to create room: RoomExtensionSettings extensionSettings = new RoomExtensionSettings("room-ext", "extClassName"); CreateSFSGameSettings gameSettings = new CreateSFSGameSettings(); gameSettings.setGame(true); gameSettings.setDynamic(true); gameSettings.setL...
by grhwood
29 Jan 2014, 16:55
Forum: SFS2X Questions
Topic: disable room extension classloader
Replies: 5
Views: 7445

Re: disable room extension classloader

I have different folder for room and zone extension. zone ext jars are deployed in zone-ext folder and room ext jars are deployed in room-ext folder. I have moved the room ext jars to __lib__ folder but when I create room I have this error: Message: Extension boot error. Unexpected: no jars were loc...
by grhwood
23 Jan 2014, 19:36
Forum: SFS2X Questions
Topic: ec2 restarted and ip changed
Replies: 4
Views: 6624

ec2 restarted and ip changed

Hi,

I have a licenced sfs instance running on ec2. The problem is each time I restarted ec2 instance, its internal ip changed so I must edit the server.xml config.

Pls tell me how can I solve this issue.

Thanks,
by grhwood
18 Jan 2014, 16:47
Forum: SFS2X Questions
Topic: disable room extension classloader
Replies: 5
Views: 7445

disable room extension classloader

Hi,

Is it possiable to disable the room classloader so that eachtime a room is created it wont load new classes in to permgen space ?

Thanks,
by grhwood
01 Jan 2014, 23:14
Forum: SFS2X Questions
Topic: how to access statistic data programmatically
Replies: 1
Views: 3593

how to access statistic data programmatically

Hi,

Is it possible to access admin tool statistic data (ccu, network ...) programmatically. I plan to have multiple servers deployment so I will roll my out statistic module to report to a central place.

Thanks,
by grhwood
25 Dec 2013, 16:06
Forum: SFS2X Questions
Topic: user created room leak
Replies: 1
Views: 3407

user created room leak

Hi,

Im using NPC user for my game. These users never logout or disconnect. But there is a problem: all rooms created by npc users are leaked in createdRooms map fields in SFSUser class. It caused Permgen OOM error. Is it possible to clear these rooms ?

Thanks

Go to advanced search