Search found 74 matches

by Sappho
23 Aug 2010, 13:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: client disconnections via SFS
Replies: 11
Views: 14686

Re: client disconnections via SFS

We are using Flex client API and SFS 1.6.6. WE also tried pinging the SFS every 5 seconds using the roundtrip check to try and keep the tcp connection open. The issue is right here, roundtrip check message doesn't restart the timer, you need to keep the connection alive using some other type of mes...
by Sappho
23 Aug 2010, 08:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X
Replies: 23
Views: 26489

Lapo will the client API sourcecodes for the SFS2X be available? I know its precompiled swc in beta so i am wondering if it will be available in the final release its ultimately better to work with an api where you can access the source codes directly and even make small changes when necessary.
by Sappho
29 May 2010, 23:07
Forum: Server Side Extension Development
Topic: performance question ( Zone vs Room Extensions )
Replies: 3
Views: 6238

I at the other hand tried both and prefer solution #2. Since i am a control freak and I don't really feel that in solution #1 i have everything under my control so the design patter looks something like this. I have one zone extension that handles all comunication. Each time a game is created i crea...
by Sappho
29 May 2010, 22:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Securing Client Server Communication
Replies: 1
Views: 3871

Unfortunately nope TLS nor IPsec will work with SFS since both work at protocol level and SFS simply doesn't support them as far as i know.

But what exactly do you want to achieve? There is a lot of security that you can do within the extensions especially using your own encrypted string packets.
by Sappho
03 May 2010, 18:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X Announced!
Replies: 116
Views: 135559

Great news indeed Lapo, can i ask you a question? The date is 2nd half of 2010 i suppose this is for the final but what about the public beta? Is there a more specified release schedule. I am asking because you caught us by surprise we are working on a major refactoring of one of our SFS games and i...
by Sappho
27 Apr 2010, 07:28
Forum: Server Side Extension Development
Topic: Invalid connection problem
Replies: 2
Views: 4572

Thanks Lapo i was thinking about the BB thats why i disabled smartConnect on 24th and it seems ok. Will test it later in beta environment and we'll see ;)
by Sappho
21 Apr 2010, 08:51
Forum: Server Side Extension Development
Topic: Invalid connection problem
Replies: 2
Views: 4572

Invalid connection problem

Hi guys, after last update there seems to be an unexpected exception coming up randomly in the console. Any ideas what could be the issue? Invalid connection = null java.lang.NullPointerException at it.gotoandplay.utils.net.xmlsocket.XMLSocket.send(XMLSocket.java:93) at it.gotoandplay.smartf...
by Sappho
30 Mar 2010, 21:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating more secure SWF(s)
Replies: 14
Views: 44186

Just my 2 cents here, i worked with Amayeta for long time way before AS3 and its sad to say that they are not up to standards anymore. As someone already said they are all about marketing. Once you start doing some hard-core stuff such as dynamic constructor calls, unpacking parts of application int...
by Sappho
26 Mar 2010, 13:17
Forum: Server Side Extension Development
Topic: Way of calling webserver scripts from SFS?
Replies: 2
Views: 4986

No suggestions? All you guys use client side to write such stuff?
by Sappho
26 Mar 2010, 13:06
Forum: Server Side Extension Development
Topic: Client not updating active room ID when changed by server
Replies: 3
Views: 7591

I am not sure i understand what your exact problem is, but basically if you stop all the native events propagation and don't propagate it yourself then the client API has no chance of picking up the event that is needed for activeRoom change. This is not a client API problem since client can't know ...
by Sappho
26 Mar 2010, 12:45
Forum: Server Side Extension Development
Topic: Performance help needed
Replies: 6
Views: 8502

Yes each zone can implement the same extension its like a instance of that particular extension.

If there are any minor differencies in logic from zone to zone you can handle it at runtime in that particular instance.
by Sappho
24 Mar 2010, 21:59
Forum: Server Side Extension Development
Topic: Way of calling webserver scripts from SFS?
Replies: 2
Views: 4986

Way of calling webserver scripts from SFS?

Ok maybe this is a dumb question or i am overlooking something but is there a way to call for example PHP scripts from a Zone/Room extension? Simple example, extension resolves game status and sets a winner which won a number of points. Now it goes back to the client which handles communication with...
by Sappho
24 Mar 2010, 21:51
Forum: Server Side Extension Development
Topic: Not Setting User Variables
Replies: 7
Views: 8318

Just FYI this also doesn't work in Limbo rooms, so check if the room you are joined in is a Limbo.
by Sappho
13 Mar 2010, 02:12
Forum: Server Side Extension Development
Topic: USER LOST internal event question
Replies: 3
Views: 5633

Lapo thanks, but did you read the first topic you mentioned? I checked it before i asked and i also posted a message that the "trick" you suggested does not work. I am talking about the setCreator affecting room cleanup. Is it something that was changed in later updates? Thanks, and keep u...
by Sappho
10 Mar 2010, 20:48
Forum: Server Side Extension Development
Topic: how to detsroy room, created by the server
Replies: 11
Views: 14791

If the room is created passing a null as the "owner" it will work as a static room, so it won't be removed automatically. If you want to keep this behavior you can use a simple "trick": you can assign the ownership of the room to the first user joining it. room.setCreator(us...

Go to advanced search