Search found 11 matches

by abacus
28 Dec 2010, 06:40
Forum: Server Side Extension Development
Topic: The same singleton between different zone
Replies: 4
Views: 8818

Re: The same singleton between different zone

I use a singleton to keep some config data I load when server start up. But I found that the different zones on the same server will share the singleton. For example: Class ConfigData is a singleton class Class ZoneExt is the zone extension. I put the ConfigData.getInstance() in ZoneExt.init(). I h...
by abacus
30 Jul 2010, 07:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: smartfox uptime issues
Replies: 1
Views: 3886

smartfox uptime issues

we have two instances of smartfoxserver running on two machines. One recurring problem we notice is an increase in CPU usage over time (a couple of days). RAM usage remains unaffected. CPU consumption goes to 3-4% to 40% and this problem is totally solved by restarting the server. is this an issue w...
by abacus
13 Jul 2010, 09:13
Forum: BlueBox
Topic: User Got disconnected
Replies: 1
Views: 10500

User Got disconnected

Hi Lapo, During our regular testing period, we came across an unexpected situation - 1) User A was connected to the SFS through BlueBox on a local area network. 2) In the middle of the game, user A got disconnected even though there was no disruption of the network 3) On investigation on the server ...
by abacus
07 Apr 2010, 10:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfox Server and Terracotta Integration
Replies: 1
Views: 3828

Smartfox Server and Terracotta Integration

The current version of terracotta provided with smartfox doesn't seem to have an updated forum to discuss queries related to it. So i plan to migreate to the latest version of Terracotta 3.2.1 to make use of the latest version and even get support from forum. I want to know can we upgrade our curren...
by abacus
07 Apr 2010, 10:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Upgrade to Python 3.0
Replies: 1
Views: 3863

Upgrade to Python 3.0

Hi Lapo,

How do i update the python version to 3.0 for SmartfoxServer 1.6.5? Are there any dependencies between the SFS server and the python verson?
by abacus
07 Apr 2010, 10:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Reconnection mechanism
Replies: 1
Views: 3840

Reconnection mechanism

Hi,

How doe we reconnect the user if the user gets disconnected due to network problem? The reconnection mechanism should ensure that the current state of the user is maintained.
by abacus
23 Mar 2010, 05:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to do smartFox and terracotta integration?
Replies: 69
Views: 101316

Smartfox Server and Terracotta Integration

Hi Lapo,

Can you please send me the docs and the source code for Smartfox Server and Terracotta Integration?

Moreover, can you please provide me the link to download the Terracotta admin Console?

Drop me an email at abacus@ibibo.com
by abacus
09 Mar 2009, 12:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection lost faced by several clients
Replies: 2
Views: 5090

Dropped in-message count =0

i have checked the dropped-in and dropped out message both of which are 0 over a period of 10 -15 days during which users faced disconnection. In one case i observed that the outgoing message queue kept on increasing from 0 to 55 over a period of 3 minutes and then back to 0. Could this be a reason ...
by abacus
09 Mar 2009, 06:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection lost faced by several clients
Replies: 2
Views: 5090

Connection lost faced by several clients

many of our users are complaining that they experience connection lost problem while playing the game and on going through the logs as well as admin panel we discovered that they are still logged onto the Server. They are finally removed from the server by a connection cleaner thread( 12- 15 mins af...
by abacus
31 Oct 2008, 06:39
Forum: RedBox
Topic: How can I install Red5 on a different server?
Replies: 12
Views: 31026

I have installed red5 on seperate machine altogether and have included the SFS_RedBox(custom web application provided with sfs) in the webapp folder of the red5 server. The red5 server starts properly and the SFS_RedBox application also gets initiallized in the desired manner(comparing the o/p to th...
by abacus
07 Oct 2008, 10:50
Forum: Server Side Extension Development
Topic: How does DBManager works?
Replies: 1
Views: 4332

How does DBManager works?

everytime i request for a connection from DBManager and close it after executing the query does the DBManager makes a new connection to compromise for the closed one?

Go to advanced search