Search found 20 matches

by lekboon
16 Jun 2010, 12:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X Announced!
Replies: 116
Views: 135564

Very cool release! alot of major changing compare 1.x version!

Just curious how the UDP working on this sfs x2 version? will It only involve on client to server communicate ? Do it allow developer to access and control how udp work on this?
by lekboon
28 Sep 2009, 11:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [ NEW ] Amazon AMI Image: Ubuntu + SmartFoxServer PRO
Replies: 7
Views: 8570

This mean the SFS will able to host with "cloud" at Amazon web service?
by lekboon
14 Sep 2009, 11:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: connectionEstablished triggered every 1 minute
Replies: 4
Views: 6162

maybe can sent a dummy message every minute to avoid the connection disconnection?
by lekboon
03 Sep 2009, 08:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Warning message inside the logs
Replies: 11
Views: 17862

Yes, these should be rare cases where the server is unable to accomplish proper disconnection. Unfortunately these things happen, they very low level (TCP), and they depend on many variables. What we do is we attempt to deal with those as gracefully and defensively as possible and log the event. 20...
by lekboon
02 Sep 2009, 10:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Warning message inside the logs
Replies: 11
Views: 17862

Warning message inside the logs

Hi, Recently i had received some of the warning message inside ours SFS logs. There are: 2009/09/02 06:07:51.768 - [ WARNING ] [id: 21] (SystemHandler.handleLoginRequest): Connection was closed during login phase. 2009/09/02 06:07:53.575 - [ WARNING ] [id: 13] (SmartFoxServer.checkNewConnections): C...
by lekboon
17 Aug 2009, 11:20
Forum: BlueBox
Topic: Max concurrent users support by bluebox
Replies: 1
Views: 6467

Max concurrent users support by bluebox

Hello, We have a games which using the bluebox to support more users who filtered by firewall. The concurrent users using the http connection which always maintain around 400-600 users. We no sure if there got the limit on the bluebox or is there any setting to optimized on the jetty webserver so ca...
by lekboon
06 Aug 2009, 05:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to prevent large \0 message attack
Replies: 10
Views: 12352

Hi Lapo, thanks for explain the error msg. Most of the error of message is causes by the user was attempt to hack the flash client by alter at memory(using cheat engine) to modify the some of the value(coin,quantity,item). So the purpose of my suggestion to capture on those error into the extension ...
by lekboon
05 Aug 2009, 11:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to prevent large \0 message attack
Replies: 10
Views: 12352

ya....they are the cracker who spoiled ours games lol. btw here is some example of this type of error msg: 2009/08/05 07:45:16.642 - [ WARNING ] [id: 14] (SmartFoxServer.readIncomingMessages): Unexpected / Malformed input: java.nio.charset.MalformedInputException: Input length = 1 2009/08/05 07:50:0...
by lekboon
05 Aug 2009, 10:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to prevent large \0 message attack
Replies: 10
Views: 12352

Quick followup for anybody interested in this issue. We are currently testing a patch that is planned to be released in mid August which takes care of this problem. Hi Lapo, that great to hear that sfs will add some prevention on this kind of attack! Btw,for this new patch, will it also detect the ...
by lekboon
03 Aug 2009, 02:47
Forum: Server Side Extension Development
Topic: Performance when SFS deal with mysql
Replies: 2
Views: 4989

btw, we found out the concurrent connection from sfs to mysql always maintain to 5 connections even though the config.xml was set the max active to 400.

Is it normal for that situation?
by lekboon
03 Aug 2009, 02:32
Forum: Server Side Extension Development
Topic: Performance when SFS deal with mysql
Replies: 2
Views: 4989

Performance when SFS deal with mysql

Hi, we had a sfs running the concurrent users 4-5k most of times, but the (extension handler queue) size was start growing until 8k and start dropping the msg when reach concurrent users grow over 5k. The sfs config setting on db was set as: <MaxActive>400</MaxActive> <MaxIdle>50</MaxIdle> <OnExhaus...
by lekboon
22 Jul 2009, 11:11
Forum: Server Side Extension Development
Topic: ExtHandlerThreads
Replies: 6
Views: 8332

Thanks Lapo, i had added code into ours javaextension so far didn't meet any problem yet.

Thanks alot :)
by lekboon
17 Jul 2009, 07:32
Forum: Server Side Extension Development
Topic: ExtHandlerThreads
Replies: 6
Views: 8332

There got some issue on the situation which the same users subsequently send the 2 same data to server for process,but the sfs server had process 2 request at same time.....it cause the problem on ours games...This situation will only occur when the total users connected is over 1k.(The thread was ...
by lekboon
17 Jul 2009, 03:22
Forum: Server Side Extension Development
Topic: ExtHandlerThreads
Replies: 6
Views: 8332

Hi, the amount of threads defined by the <ExtHandlerThreads> is global. If you set it to 2, you will have two threads working on any number of extensions. How did we define ours own thread in ours extension? Is there any example for this own thread extension? If you use Actionscript you cannot star...
by lekboon
16 Jul 2009, 05:25
Forum: Server Side Extension Development
Topic: ExtHandlerThreads
Replies: 6
Views: 8332

ExtHandlerThreads

Hi Lapo, I got some confuse about the ExtHandlerThreads. The situation was like this: If i got 4 javaExtension at the sfs side and set the extHandlerThread to 2 thread. Is it mean that each extension will got 2 thread to handle the process of each extension or total 4 thread to handle the all of 4 j...

Go to advanced search