Search found 77 matches

by corwin
15 Dec 2009, 11:22
Forum: Server Side Extension Development
Topic: reload packages
Replies: 7
Views: 9688

Thanks for the advice.
by corwin
15 Dec 2009, 09:52
Forum: Server Side Extension Development
Topic: reload packages
Replies: 7
Views: 9688

reload packages

Hi, I have the the following problem. I have java packages which I want to reuse in my sfs projects (Rating, Achievments, Board, etc.). I don't want to restart the server each time I update these packages. So I put them in my javaExtensions directory and after reloading projects which use them, ever...
by corwin
11 Dec 2009, 08:07
Forum: Server Side Extension Development
Topic: create temp room
Replies: 1
Views: 3732

Found it:

creator - the "owner" of the room. null = Server owned. A Server owned Room will be ignored by the default room management system and will be never removed, unless you it manually from your code.

Works when set creator to one of the players.
by corwin
11 Dec 2009, 07:57
Forum: Server Side Extension Development
Topic: create temp room
Replies: 1
Views: 3732

create temp room

Hi, I couldn't find how to set if the room is temporary when creating it server side with java. When just create with isGame=true, the isTemp check returns false, and the room is NOT destroyed when all users leave. P.S. When the frontend ninja creates a game room and set isTemp param to true the gam...
by corwin
02 Dec 2009, 14:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Debug in 1.67
Replies: 1
Views: 3515

Debug in 1.67

Hi, our frontend developer reported that there is trace debug at SysHandler.as, populateVariables, last AS3 API. We wondered if it is intentional...
by corwin
30 Nov 2009, 08:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: performance question
Replies: 1
Views: 3393

Hi, I had similar problem and I implemented variant with thread for every room. First I am not sure that each "TurnTimerTask" needs new thread - I am using fixed pool size, and it servers about ten times more rooms than the threads number. And second by my opinion cpu is much more precious...
by corwin
18 Nov 2009, 07:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Windows 7...
Replies: 7
Views: 9536

by corwin
16 Nov 2009, 07:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Too high CPU Load!!! Sometimes...
Replies: 7
Views: 10368

This happened to me too.. The reason are linux users without last flash version. I think there was a topic somewhere with that problem discussed. With two words - adobe bug, fixed in the late versions of flash 9, reappeared on flash 10 and fixed again in its late versions. Happens only when clients ...
by corwin
12 Nov 2009, 08:06
Forum: Server Side Extension Development
Topic: getVariable() in extension - Problem
Replies: 1
Views: 4053

You get UserVariable object by calling getVariable - from that object you can extract the value using for example getValue().
by corwin
11 Nov 2009, 08:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Admin Tool Constantly Disconnecting
Replies: 11
Views: 13928

When somebody else login in the admin tool, he connects with the same username. When he check force, the currently logged instance is kicked. So I guess this is possible reason for your disconnects. I have question too - is it possible to have more than one account for the admin tool - when I try to...
by corwin
09 Nov 2009, 14:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfox Error on Vista
Replies: 11
Views: 17071

On Windows Seven works ok after moving out from Program Files.
by corwin
04 Nov 2009, 08:33
Forum: Server Side Extension Development
Topic: [TUTORIAL] How to add new libraries (.jar files)
Replies: 7
Views: 57488

Ok, thanks for the info.
by corwin
03 Nov 2009, 10:57
Forum: Server Side Extension Development
Topic: [TUTORIAL] How to add new libraries (.jar files)
Replies: 7
Views: 57488

Hi, is it possible to reload used jar/java project runtime? With the described scenario you need to restart the server to reload jars, which is pretty uncomfortable.
by corwin
03 Nov 2009, 10:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: {New} SmartFoxServer PRO 1.6.7 UPDATE
Replies: 4
Views: 8184

Hi, we have problems installing the new 1.6.7 version. What we tried: 1. install clear copy of 1.6.6 2. overwrite 1.6.7 files 3. restart When log to admin client - the version is still 1.6.6 and our biggest problem "Fixed a compatibility issue with AS3 API and Linux Flash Player. The issue is d...
by corwin
25 Sep 2009, 08:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Room variables when not in a room
Replies: 1
Views: 3385

Room variables when not in a room

Hi.
Is it possible to view variables of a room while you are not in that room?
The exact case is when you join a lobby, you should be able to see all rooms' bets and if the games in them have already started...
Thanks in advance,
T.

Go to advanced search