im wondering if anyone ever coded a game using two separate threads for updating and rendering, in order to make sure that the updating happens at fixed intervals no matter how slow the rendering (that way players in a multiplayer game stay in sync).
Ive been using wait/notify mechanism with java, but i got very poor performance, so any suggestion/comment/idea would be highly appreciated.
Thx
!

