Search found 129 matches

by Satyarth
20 Jun 2013, 19:26
Forum: SFS2X Java / Android API
Topic: sfs2x.connect leaking fds ?
Replies: 7
Views: 12075

Re: sfs2x.connect leaking fds ?

So i am writing a load test tool and i want to be able to have this load test tool create several bots where each bot will have its own SmartFox client connected instance. My problem is that when my load test tool even creates a single bot with one SmartFox connect i see an increase of 50 file descr...
by Satyarth
20 Jun 2013, 17:59
Forum: SFS2X Java / Android API
Topic: sfs2x.connect leaking fds ?
Replies: 7
Views: 12075

Re: sfs2x.connect leaking fds ?

This is what i see when i run lsof -np PID. I see hundreds of similar entries. java 27687 root 185r FIFO 0,6 0t0 16702578 pipe java 27687 root 186w FIFO 0,6 0t0 16702578 pipe java 27687 root 187u 0000 0,7 0 393 anon_inode java 27687 root 188r FIFO 0,6 0t0 16702579 pipe java 27687 root 189w FIFO 0,6 ...
by Satyarth
20 Jun 2013, 16:14
Forum: SFS2X Java / Android API
Topic: sfs2x.connect leaking fds ?
Replies: 7
Views: 12075

Re: sfs2x.connect leaking fds ?

The open fds correspond to pipes. So 2 fds for each pipe
by Satyarth
20 Jun 2013, 01:04
Forum: SFS2X Java / Android API
Topic: sfs2x.connect leaking fds ?
Replies: 7
Views: 12075

sfs2x.connect leaking fds ?

Hello All, Is there any known issue with connect(ip,port) method call in SmartFox class in SFS2X ? I noticed that it is leaking file descriptors. This is what i m doing : sfsClient = new sfs2x.client.SmartFox(); sfsClient.connect(playerSessionData.getRoomInfo().getIP(), playerSessionData.getRoomInfo...
by Satyarth
30 May 2013, 20:58
Forum: SFS2X Questions
Topic: Urgent : BlueBox response times
Replies: 9
Views: 11018

Re: Urgent : BlueBox response times

I think we ( SFS ) should update to latest version of Jetty jars. I see we continue to use 6.1.26 while there are well over 150 stable releases after that.


http://download.eclipse.org/jetty/
by Satyarth
27 May 2013, 00:30
Forum: SFS2X Questions
Topic: Urgent : BlueBox response times
Replies: 9
Views: 11018

Re: Urgent : BlueBox response times

I think i am not able to convey my question well :-). I understand it is the time it took for sevlet to run. But where is that time going in my case ? Is it correct to say that if client is connected through Bluebox , then a servlet is run for every SFS extension message or SFS Event sent by client ...
by Satyarth
26 May 2013, 00:47
Forum: SFS2X Questions
Topic: Urgent : BlueBox response times
Replies: 9
Views: 11018

Re: Urgent : BlueBox response times

No i am not trying to see the latency between client and SFS. I just want to understand what those processing times that i see in jetty logs are.
by Satyarth
25 May 2013, 16:04
Forum: SFS2X Questions
Topic: Urgent : BlueBox response times
Replies: 9
Views: 11018

Re: Urgent : BlueBox response times

Your logs would show 3rd value as well if you add this in your jetty.xml

Code: Select all

<Set name="logLatency">true</Set>


Take a look at this article

http://dsharpdotnet.wordpress.com/2012/ ... quest-log/

Thats what i did to see reponse times.
by Satyarth
25 May 2013, 00:39
Forum: SFS2X Questions
Topic: Urgent : BlueBox response times
Replies: 9
Views: 11018

Urgent : BlueBox response times

I turned on to log Jetty processing times. I see this in our logs 74.141.27.57 - - [24/May/2013:21:15:04 +0000] "POST /BlueBox/BlueBox.do HTTP/1.1" 200 237 292 142.167.108.28 - - [24/May/2013:21:15:04 +0000] "POST /BlueBox/BlueBox.do HTTP/1.1" 200 181 432 90.214.28.143 - - [24/Ma...
by Satyarth
17 May 2013, 20:10
Forum: SFS2X Questions
Topic: Connection encryption
Replies: 57
Views: 112963

Re: Connection encryption

I dont think SFS + SSL would be a good choice for any multiplayer game server even if SFS2x supports it. If you need to do money transactions and you need SSL for that, do your money transactions using PHP ( or any other HTTP stack ) based backend and use SSL ( HTTPS ) for that communication.
by Satyarth
17 May 2013, 18:46
Forum: SFS2X Questions
Topic: Weird network traffic
Replies: 5
Views: 8064

Re: Weird network traffic

So if you take a look here smartfox-07-blah-blah.net.https > 98.sub-70-210-6.myvzw.com.65123: Flags [P.], seq 3701635215:3701635391, ack 4123789644, win 79, options [nop,nop,TS[|tcp]>[|icmp] Note the https above which is for port 443. That is the port SFS is running on. So above packet is being sent...
by Satyarth
17 May 2013, 16:48
Forum: SFS2X Questions
Topic: Weird network traffic
Replies: 5
Views: 8064

Re: Weird network traffic

smartfox-07-blah-blah.net.https > 98.sub-70-210-6.myvzw.com.65123: Flags [P.], seq 3701635215:3701635391, ack 4123789644, win 79, options [nop,nop,TS[|tcp]>[|icmp] 22:23:32.563462 IP (tos 0x0, ttl 52, id 45676, offset 0, flags [none], proto ICMP (1), length 256) Here smartfox-07-blah-blah.net is my ...
by Satyarth
16 May 2013, 22:49
Forum: SFS2X Questions
Topic: Weird network traffic
Replies: 5
Views: 8064

Weird network traffic

I see the following in our tcpdump logs. Why would my Smartfox server be sending ICMP requests to clients ??? 98.sub-70-210-6.myvzw.com > smartfox-07-blah-blah.net: ICMP net 98.sub-70-210-6.myvzw.com unreachable - admin prohibited, length 236 IP (tos 0x0, ttl 53, id 13124, offset 0, flags [DF], prot...
by Satyarth
13 Mar 2013, 19:04
Forum: SFS2X Questions
Topic: [Urgent] Login failed session is already expired
Replies: 12
Views: 15837

Re: [Urgent] Login failed session is already expired

I want to monitor the EventManager thread queue size to come to a correct thread count. Is that possible ?
by Satyarth
13 Mar 2013, 17:52
Forum: SFS2X Questions
Topic: [Urgent] Login failed session is already expired
Replies: 12
Views: 15837

Re: [Urgent] Login failed session is already expired

Where can we check the EventManager queue size in real time ?

Go to advanced search