NetInterface with mulththread Instance.
by HoSung,Kim · in Torque Game Engine · 08/21/2006 (11:50 pm) · 1 replies
I created Game Class instance each Thread.
The Thread crash when other onConnectionEstablished() called.
Have any method NetInterface with multithread ?
my class base on TNLTest program.
Game -> netInterface
thread create Game instance on activate.
Thank you.
The Thread crash when other onConnectionEstablished() called.
Have any method NetInterface with multithread ?
my class base on TNLTest program.
Game -> netInterface
thread create Game instance on activate.
Thank you.
HoSung,Kim
like TNL's TNLTest Demo, I make Game creation as much as I need.
I have a question at this monent.
I want 100 connection send 10 packets per one sceond.
Hou much time sleep ?