Search found 39 matches

by cemuzunlar
16 Mar 2009, 08:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Raw data protocols
Replies: 3
Views: 6384

Yes, they are faster and bandwidth efficient.
by cemuzunlar
12 Mar 2009, 13:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Raw data protocols
Replies: 3
Views: 6384

You can use raw data protocols in any project but you better not to unless required because it is harder to use raw data protocols than simply sending AS objects. Realtime games send/receive many messages in just one second. So it makes sense to take the hard way and optimize for the smaller data si...
by cemuzunlar
08 Mar 2009, 20:46
Forum: The Gallery
Topic: Our upcoming multiplayer iPhone game "Okey"
Replies: 2
Views: 8838

Our upcoming multiplayer iPhone game "Okey"

These screens are from our upcoming multiplayer iPhone game "Okey", developed with the SmartFox iPhone/iPod Touch Client API. The iPhone/iPod Touch API is developed and maintained by us. You can try it from here: http://www.smartfoxserver.com/labs/API/ You can post your questions in the iP...
by cemuzunlar
03 Jan 2009, 05:34
Forum: Server Side Extension Development
Topic: Dynamic room extension
Replies: 1
Views: 4299

Re: Dynamic room extension

I have an extension that I've placed within <Zone><extensions>. When I start SFS it starts the extension which is meant to be used only in dynamically created rooms. Because of this, it is trying to intercept internal events. How can I configure it so this extension is only loaded when called withi...
by cemuzunlar
31 Dec 2008, 12:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: user variable
Replies: 1
Views: 4002

From the docs:
http://www.smartfoxserver.com/docs/docPages/serverSideApi/index.htm

var = userObj.getVariable(name) will return the variable as a UserVariable object

Then, you should call:

var.getValue();
by cemuzunlar
30 Dec 2008, 13:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need detail about limbo room
Replies: 2
Views: 5269

http://www.smartfoxserver.com/docs/docPages/config/basics.htm#roomConfig From the documentation limbo: Limbo rooms are special rooms that can contain hundreds or thousands of clients that don't need to interact directly with each other. This type of room can be useful when the client needs to inter...
by cemuzunlar
29 Dec 2008, 08:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Event Writer threads count
Replies: 1
Views: 3761

Event Writer threads count

If we increase the Event Writer thread count, does it maintain the order of the messages send from server to client?

I mean, If server send three messages to a client:
send A
send B
send C

Are Event Writer threads aware of the order and maintain it?
by cemuzunlar
27 Dec 2008, 14:40
Forum: Server Side Extension Development
Topic: Synch or Asynch? [urgent question]
Replies: 16
Views: 19187

It doesn't have to wait. Because it doesnt matter if the client got the message or not. It is the client's problem. If a client doesn't respond for a predefined time, it disconnects the user. If the server waits for every update it sent being processed by the client, it has to wait a considerable am...
by cemuzunlar
26 Dec 2008, 00:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dedicated hosting available!
Replies: 24
Views: 104536

Hello, We are currently evaulating the hosting solutions. Would you please give your opinions about your selection Joyent? Are you happy with it? How many users can it handle? 1 GB ram is enough? It says 1/4 core is always available, burst 8 cores. So, isnt 1/4 core a limiting factor? Did you consid...

Go to advanced search