Search found 48 matches

by Fun Bobby
03 Feb 2011, 08:17
Forum: Server Side Extension Development
Topic: Sending screenshot from client to server
Replies: 2
Views: 5302

push
by Fun Bobby
21 Jan 2011, 08:52
Forum: Server Side Extension Development
Topic: Trouble storing Spanish characters in DB
Replies: 1
Views: 4251

database encodiong = utf8 ?
by Fun Bobby
13 Jan 2011, 15:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: can i reduce the time that the user wating to connect
Replies: 4
Views: 6916

any updates about this. we did the same and have the same problems lapo reported in the last post above. would be nice to have a solution for this, because waiting 20 seconds before connectiing is quite long and too my opinion a too long waiting time for all kind of games (20sec bluebox connection +...
by Fun Bobby
13 Jan 2011, 08:23
Forum: Server Side Extension Development
Topic: Sending screenshot from client to server
Replies: 2
Views: 5302

Sending screenshot from client to server

Hi there, i am sending a sreenshot from the client to the server via base64. This works perfectly via the socket protocol (after increasing the MaxMsgLen param in the config). When wo do the same over the bluebox the message is never recieved by the server. (Sending compressed data and base64 does w...
by Fun Bobby
03 Jan 2011, 10:33
Forum: SFS2X Questions
Topic: How to avoid loading cached data with new version
Replies: 1
Views: 4283

How to avoid loading cached data with new version

Hi there, this is a little bit sfs-offtopic, but maybe someone here to help ;) I want that the client data (Flash swf, Assets (images, sound, ...)) is cached by the webserver. But i want to prevent that when a new version (new swf, new assets) is deployed, that clients load the old data from their c...
by Fun Bobby
06 Oct 2010, 13:50
Forum: Server Side Extension Development
Topic: Hibernate where to put classfiles?
Replies: 4
Views: 7893

have you changes your wrapper.conf / start.bat with the new needed classes?

the first step ist the sticky in the top of this forum how to get sfs work together with hibernate, have you read it?

after all it is not much magic bringing this to work, so try this two things
by Fun Bobby
04 Oct 2010, 16:20
Forum: Server Side Extension Development
Topic: Too much Dropped message after 500 connections
Replies: 27
Views: 29939

what´s about your roomList sending. if you send the roomList with all rooms for each new user at login you are running into problems and it could produce the beaviour your descripe.


did not go through the whole threat if i am missing something you mentioned earlier.
by Fun Bobby
24 Sep 2010, 18:45
Forum: Server Side Extension Development
Topic: CPU Usage when acceptNewConnections
Replies: 8
Views: 10027

yes i mean 80%-120% from the theoretical 1200% of the 12 cpus
by Fun Bobby
23 Sep 2010, 15:08
Forum: Server Side Extension Development
Topic: CPU Usage when acceptNewConnections
Replies: 8
Views: 10027

it is a dedicated maschine running only the sfs server with 12 cpu´s.
the load on the server is about 0.8-1.2

here is a snapshot of the vm after about 20min sampling



Image
by Fun Bobby
23 Sep 2010, 13:38
Forum: Server Side Extension Development
Topic: NPCs take up a connection slot?
Replies: 2
Views: 5156

yes they take a connection slot at the moment
by Fun Bobby
12 Sep 2010, 16:39
Forum: Server Side Extension Development
Topic: ExtHander Queue
Replies: 1
Views: 3943

ExtHander Queue

The Exthander Queue in the Admin Tool is about constantly 20-30. What does this mean exactly? The client request have to be wait to be anserwed by the server? It´s about 200-250 connected users and the server responds a little bit slower. (Exthandler Threads setting in config.xml is set to 4)
by Fun Bobby
12 Sep 2010, 16:36
Forum: Server Side Extension Development
Topic: CPU Usage when acceptNewConnections
Replies: 8
Views: 10027

@lapo: yes that´s clear. but we have some load on the servers and i´m trying to reduce it. So i am just want to now what is going on there in detail on what can be done to optimize this.
by Fun Bobby
08 Sep 2010, 17:18
Forum: Server Side Extension Development
Topic: Settings for: Systhandler, Exthandler, OutQueueThreads
Replies: 1
Views: 4290

Settings for: Systhandler, Exthandler, OutQueueThreads

<OutQueueThreads>x</OutQueueThreads> <ExtHandlerThreads>x</ExtHandlerThreads> <SysHandlerThreads>x</SysHandlerThreads> hi, can you please give some more information about this (then in the docs available). You said there a good rule for OutQueueThreads is cpu´s / 2. what about ExtHandlerThreads and...
by Fun Bobby
08 Sep 2010, 17:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Race game, multiplayer lag
Replies: 3
Views: 6285

15 times per second is way to much. Go with about messages all 250ms to 500ms and it should work fine if you use the right approach. so you need only to send a string with the v="x-degree" and s="speedValue", should be enough information to go with try sending only updates when t...
by Fun Bobby
08 Sep 2010, 13:52
Forum: Server Side Extension Development
Topic: CPU Usage when acceptNewConnections
Replies: 8
Views: 10027

CPU Usage when acceptNewConnections

Hi there,

visual vm shows me that most cpu usage (>50%) happens in it.gotoandplay.smartfoxserver.SmartFoxServer.acceptNewConnections().

Can you tell me what happens here behind the scenes? Or does it enclude further methods calls.

Best regards,

Go to advanced search