Search found 14 matches

by willf
01 Jul 2010, 19:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to do smartFox and terracotta integration?
Replies: 69
Views: 101316

Also can you send me the sample code for the white paper.

will@astroapestudios.com

thanks! :)
by willf
01 Jul 2010, 17:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to do smartFox and terracotta integration?
Replies: 69
Views: 101316

Oh I was referring to the product sheet where you list

Lite , Basic, Pro - on the website

It looks like only PRO supports clustering according to that product comparison.
by willf
30 Jun 2010, 19:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to do smartFox and terracotta integration?
Replies: 69
Views: 101316

I have read through the documentation and I am confused regarding the notion that smartfox "supports" clustering. Does any part of smartfox internals get put in the distributed heap? From what I gather from the docs is that only extension objects utilize terracotta. The smartfox internal o...
by willf
01 Jun 2010, 05:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfox and Amazon Elastic Load Balancer
Replies: 3
Views: 5570

Well I actually figured out what it was. My client sends health reports every 2 minutes or so. The MaxIdleTime is set to 5 minutes so I knew it wasn't that. However, I read on the forums that ELB cuts the tcp connection after 1 minute of inactivity, so I had to switch my health reports to every 30 s...
by willf
28 May 2010, 21:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfox and Amazon Elastic Load Balancer
Replies: 3
Views: 5570

Smartfox and Amazon Elastic Load Balancer

I am trying to set up my game on smartfox to sit behind Amazon's ELB. I can connect just fine when i direct it to the load balancer but for some reason I get disconnected after a minute or so. (and not due to idle timeout from smartfox at least..) Is there any special configuration I have to do? I c...
by willf
14 May 2010, 05:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server Load in the Admin Tool
Replies: 3
Views: 5393

Server Load in the Admin Tool

What does server load actually mean in the Admin Tool?

CPU Utilization?

For me its always at 0 % - any reason why this would be?
by willf
13 May 2010, 22:53
Forum: iPhone Objective-C API
Topic: Client not receiving certain messages - please help!
Replies: 2
Views: 11874

After some further tinkering. I got it to work without messing with the buffer size. (since that really wasn't a fix) //if (start < i) { <--- Removed that if (YES) { // I ADDED THIS [_receiveLock lock]; [_receiveBuffer appendBytes:(const void *)(buf + start)...
by willf
13 May 2010, 21:36
Forum: iPhone Objective-C API
Topic: Client not receiving certain messages - please help!
Replies: 2
Views: 11874

Client not receiving certain messages - please help!

Hi I am writing an iphone game. During client login I send the client a bunch of information about the player (from a custom java extension using raw string protocol). It seems to work fine except for one particular edge case I found where the last message is never received . or processed. I went in...
by willf
13 May 2010, 07:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: License Server Question
Replies: 1
Views: 3778

License Server Question

I plan on using the License server with an EC2 instance but have a few questions. 1. I understand the license server does some sort of monitoring on the SFS server - does this affect the SFS server's performance at all 2. Can the License Server be run on a 256mb rack cloud instance? The docs aren't ...
by willf
07 May 2010, 15:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Max Length of Message from Server
Replies: 1
Views: 3576

Max Length of Message from Server

Is there a maximum length for a message that the server can send to a client?
by willf
07 May 2010, 06:18
Forum: Server Side Extension Development
Topic: Extension Thread(s)
Replies: 1
Views: 3772

Extension Thread(s)

In the config.xml there's a value for # of extension threads. I currently have it set to 1 as in the docs thats the recommended default value. But if i have some database calls (not using the databaseManager, i'm using hibernate) will that potentially block that one thread ? for example When a user ...
by willf
04 May 2010, 18:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Node health alert
Replies: 1
Views: 3657

Node health alert

IS there any built in mechansim that can alert of a failure of a node?
by willf
03 May 2010, 16:37
Forum: Server Side Extension Development
Topic: Java Logging
Replies: 1
Views: 4010

Java Logging

Hi i have a few questoins regarding the logging. Are there multiple levels of "trace"? There isn't any way to get my SmartfoxServer.log.log logs into the trace window for extensions right? Also for using logging is there a way to use parameter substition : SmartFoxServer.log.log(Level.INFO...
by willf
01 May 2010, 19:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Limbo Room?
Replies: 1
Views: 3764

Limbo Room?

Hi all, I am new to SFS and have a few questions regarding rooms. i am writing a game that has very little user interaction at the moment. So my first question is. 1. Does a user need to be in a room to be able to send and receive messages from the server? (say for instance... i was writing a chess ...

Go to advanced search