Search found 32 matches

by Vic
01 Jul 2011, 12:47
Forum: Server Side Extension Development
Topic: Is it possible to receive encoded images in SFS?
Replies: 3
Views: 6700

loading 30 images with a total size of 1MB fires the CPU of the SFS/Java process up to 100% and more.

It takes approximately 30 seconds to download those encoded base64 image and another 30 seconds to send them to flash.

Is that normal?

regards
by Vic
30 Jun 2011, 08:17
Forum: Server Side Extension Development
Topic: Is it possible to receive encoded images in SFS?
Replies: 3
Views: 6700

it were some encoding issues...

we had characters like "=" but they need to be encoded.

grtz
by Vic
24 Jun 2011, 09:28
Forum: Server Side Extension Development
Topic: Is it possible to receive encoded images in SFS?
Replies: 3
Views: 6700

Is it possible to receive encoded images in SFS?

Hello, I have a server-side sfs extension where I make a call to a database to receive an encoded image. (let's say an image of 100kb) (as1.0 with loadVars) Smartfoxserver doesn't hang, but it doesn't completely execute my resultHandler... it just outputs a portion of the data (I think) How come? Is...
by Vic
08 Apr 2010, 14:20
Forum: Server Side Extension Development
Topic: save logs in other files
Replies: 1
Views: 3947

save logs in other files

Hello,

is it possible to save the warnings/logs in a seperate file for each gameExtension?

regards,
Vic
by Vic
08 Apr 2010, 13:20
Forum: Server Side Extension Development
Topic: parse logs
Replies: 1
Views: 4030

parse logs

Hello,

would it be possible to connect with smartfoxserver and read out the logfiles.

eg. I make an .air app thats parses the logfiles so I have a better overview and I can easily look up things?

regards,
Vic
by Vic
18 Feb 2010, 16:13
Forum: Server Side Extension Development
Topic: How to organize the logs?
Replies: 3
Views: 5928

I think we will need to build a text parsing utility.
Would it be possible to build something similar like the admintool? Is that possible?

many thanks
by Vic
17 Feb 2010, 14:13
Forum: Server Side Extension Development
Topic: How to organize the logs?
Replies: 3
Views: 5928

How to organize the logs?

Hello, I've searched the forum but didn't find anything useful. At the moment we have several games running, which results in 2000 lines of output in 15 minutes. (Server/logs) Of course, when we need some info, it's a real pita :-) So my question, what would be a good manner to organize the output e...
by Vic
04 Feb 2010, 16:29
Forum: BlueBox
Topic: httpPollSpeed and userdisconnects
Replies: 5
Views: 22830

Those are server messages which wait to be delivered to the client, but the client is not calling the BlueBox anymore so they stay in the queue. So if there's no communication from my side with the client, there are still some default server messages...? Because most of the time I don't send anythi...
by Vic
04 Feb 2010, 15:50
Forum: BlueBox
Topic: httpPollSpeed and userdisconnects
Replies: 5
Views: 22830

Ok, thank you, now I understand why it sometimes takes 20 seconds before I get a response (debugging with firebug ;-) ) Now, what's failing then, what's a dropped packet? For each game I only make 10 ping requests and send the score back... and the queue only gets filled up with responses coming fro...
by Vic
04 Feb 2010, 13:59
Forum: BlueBox
Topic: httpPollSpeed and userdisconnects
Replies: 5
Views: 22830

httpPollSpeed and userdisconnects

Hello, I connect through bluebox and have a pollspeed set of 250. I'm playing an easy game like Solitaire. During gameplay I only send events to the SFS and don't send anything back, only the score at the end of the game. is following situation possible... If my pollspeed is 250, I make 4 requests p...
by Vic
04 Feb 2010, 11:17
Forum: BlueBox
Topic: Client stops receiving data from Bluebox
Replies: 25
Views: 51556

and the solutions was... ?? :-)
by Vic
19 Jan 2010, 09:35
Forum: Server Side Extension Development
Topic: Strange LoadVars issue
Replies: 2
Views: 5065

solved:

I said I was sure "webdev" sent me a correct object.
That was also true, but it was followed by an error message.
So, that's why I received an undefined.
by Vic
18 Jan 2010, 10:59
Forum: Server Side Extension Development
Topic: Strange LoadVars issue
Replies: 2
Views: 5065

Strange LoadVars issue

Hello, I've the following issue. I'm using LoadVars to make http requests to a server (let's call it "webdev") Everything works fine with my local smartfoxserver. I trace the params I send and see the "this.result" in my callback handler with the correct json object attached. If ...
by Vic
10 Dec 2009, 13:18
Forum: Server Side Extension Development
Topic: Empty string with getSecretKey
Replies: 3
Views: 5897

Hello Lapo,

I've certainly read the tutorial :-)

Now I have the following client-side:

Code: Select all

fldSfsClient.login(fldZone, "", "");


But that's doesn't generate a loginRequest neither in my Zone extension or Room extension.
by Vic
07 Dec 2009, 16:17
Forum: Server Side Extension Development
Topic: Empty string with getSecretKey
Replies: 3
Views: 5897

Empty string with getSecretKey

Hello, I'm using actionscript server-side. As explained in the documentation, I first ask a random key client-side and wait for the response to go further. The result gives me indeed an random key. The next client-side call is login(). On the server-side I have the following in handleInternalEvent o...

Go to advanced search