When you enable JMX for your MINA app, you can use jstack or jconsole to investigate the stacktrace of all threads.
Maarten On 11/8/07, Andres Martinez Quijano <[EMAIL PROTECTED]> wrote: > > Hi > > I have a game server built using MINA, the server is hosted on a > machine that is also a web server > > The web server is usually under heavy load, but the game server at the > most has 100 connections. > > Now sometimes the game server just freezes and doesn't accept > connections anymore. I don't know if this is caused by the web server > being under heavy load or is it a software problem. > > I know that I haven't provided almost any data to pinpoint the > problem, but if anyone has had a similar situation, what did you do to > locate the problem? What kind of logging can I do? What tuning to the > game server? Or at least, how can I detect the freezing and somehow > restart it? > > Thanks >
