10 Jul 2011 22:36:59,803 WARN [SocketReader] protocol.binary.BinaryIoHandler - Incoming request size too large: 168626801, Current limit: 8000000, From: { Id: 22570, Type: DEFAULT, Logged: No, IP: 172.28.11.61:6980 }
so.i got it ...
when i use the administration tool remote monitoring sfs2x ...
Search found 21 matches
- 10 Jul 2011, 14:00
- Forum: SFS2X Questions
- Topic: Incoming request size too large since Rc2
- Replies: 2
- Views: 6122
- 10 Jul 2011, 01:41
- Forum: SFS2X Questions
- Topic: reverse proxy server for socket server?
- Replies: 2
- Views: 9619
reverse proxy server for socket server?
Thank you ,Lapo.
We don't want to show game server's public ip to client for some reason. (maybe for security,prevent attackers etc.)
We don't want to show game server's public ip to client for some reason. (maybe for security,prevent attackers etc.)
- 03 Jul 2011, 13:33
- Forum: SFS2X Questions
- Topic: reverse proxy server for socket server?
- Replies: 2
- Views: 9619
reverse proxy server for socket server?
hello,everybody.
How can configure a reverse proxy server for a socket server(sfs2x)?
any suggestion,thank you..
maybe,lvs? f5?
How can configure a reverse proxy server for a socket server(sfs2x)?
any suggestion,thank you..
maybe,lvs? f5?
- 02 Jul 2011, 09:25
- Forum: SFS2X Questions
- Topic: SmartFoxServer 2X Release Candidate 3
- Replies: 79
- Views: 145048
upgradation
hi,can i upgrade sfs2x from rc1 to rc3?directly...
thank you.
thank you.
- 01 Jul 2011, 12:06
- Forum: SFS2X Questions
- Topic: Which OS is more better for SFS2X running?
- Replies: 4
- Views: 8751
Which OS is more better for SFS2X running?
bax wrote:Maybe Linux.
Can you give me some more suggestions about it?
Thank you all the same !bax.
- 30 Jun 2011, 13:02
- Forum: SFS2X Questions
- Topic: Which OS is more better for SFS2X running?
- Replies: 4
- Views: 8751
Which OS is more better for SFS2X running?
As we kown,SFS2X can be installed on Linux,window?
but which is more better for socket server?
thanks....
but which is more better for socket server?
thanks....
- 30 Jun 2011, 12:06
- Forum: SFS2X Questions
- Topic: How to set HRC params to be available in SFS2x?
- Replies: 2
- Views: 5171
How to set HRC params to be available in SFS2x?
Yes,Thanks...Bax!bax wrote:Are you referring to the HRC system in SFS2X? If yes, please read the last chapter of this document.
- 29 Jun 2011, 06:29
- Forum: SFS2X Questions
- Topic: How to set HRC params to be available in SFS2x?
- Replies: 2
- Views: 5171
How to set HRC params to be available in SFS2x?
How to set HRC params to be available in SFS2x?
Thanks.
Thanks.
- 25 Jun 2011, 13:28
- Forum: SFS2X Questions
- Topic: Session Reconnection failure
- Replies: 5
- Views: 9322
Session Reconnection failure
ReconnectionToken is changed? is it?
I set <userReconnectionSeconds>5</userReconnectionSeconds>
in zone.xml.
[/u]
I set <userReconnectionSeconds>5</userReconnectionSeconds>
in zone.xml.
[/u]
- 24 Jun 2011, 10:31
- Forum: SFS2X Questions
- Topic: Session Reconnection failure
- Replies: 5
- Views: 9322
Session Reconnection failure
the user's from IP: 172.28.11.89:3373
i use version is SFS2XRC2a
thx.
i use version is SFS2XRC2a
thx.
- 24 Jun 2011, 10:29
- Forum: SFS2X Questions
- Topic: Session Reconnection failure
- Replies: 5
- Views: 9322
Session Reconnection failure
when user was playing game in room extentions, but happend Session removed and Socket closed: java.nio.channels.SocketChannel[closed]
logs here:
23 Jun 2011 22:35:30,985 INFO [pool-2-thread-2] api.response.SFSResponseApi - Room Recipients: [{ Id: 37, Type: DEFAULT, Logged: Yes, IP: 172.28.11.67 ...
logs here:
23 Jun 2011 22:35:30,985 INFO [pool-2-thread-2] api.response.SFSResponseApi - Room Recipients: [{ Id: 37, Type: DEFAULT, Logged: Yes, IP: 172.28.11.67 ...
- 17 Jun 2011, 09:34
- Forum: SFS2X Questions
- Topic: SFSEventType USER_DISCONNECT
- Replies: 9
- Views: 12734
SFSEventType USER_DISCONNECT
Lapo wrote:1) No, logout simply means you leave the current zone but you don't drop the connection
2) Check the javadoc, a Room object exposes a getExtension() method
http://docs2x.smartfoxserver.com/api-do ... oc/server/
OK,I see it now.
Lapo,thank you!
- 17 Jun 2011, 04:10
- Forum: SFS2X Questions
- Topic: SFSEventType USER_DISCONNECT
- Replies: 9
- Views: 12734
SFSEventType USER_DISCONNECT
As I said, and you can check the docs for all the details, you get the DISCONNECT event. The event will then give you all the details about which rooms the User had joined etc...
OK,some questions is ,
1) when SFSEventType.USER_LOGOUT event was called, SFSEventType.USER_DISCONNECT event must ...
OK,some questions is ,
1) when SFSEventType.USER_LOGOUT event was called, SFSEventType.USER_DISCONNECT event must ...
- 16 Jun 2011, 13:17
- Forum: SFS2X Questions
- Topic: SFSEventType USER_DISCONNECT
- Replies: 9
- Views: 12734
SFSEventType USER_DISCONNECT
Are you talking about server side events?
You will get the disconnection event. On the client nothing
hi Lapo ,yes i'm talking about server side event.
I wrote some codes like these.
/**
* a Room-level Extension can only listen to the events in that Room and manage
* the Users contained in ...
You will get the disconnection event. On the client nothing
hi Lapo ,yes i'm talking about server side event.
I wrote some codes like these.
/**
* a Room-level Extension can only listen to the events in that Room and manage
* the Users contained in ...
- 15 Jun 2011, 08:12
- Forum: SFS2X Questions
- Topic: SFSEventType USER_DISCONNECT
- Replies: 9
- Views: 12734
SFSEventType USER_DISCONNECT
when gaming is running if user close browser the room,what will happend?
Event USER_LEAVE_ROOM must can be called?
and after then call USER_DISCONNECT event?
thx
Event USER_LEAVE_ROOM must can be called?
and after then call USER_DISCONNECT event?
thx