Re: Timer Thread in servlet
hi,
I guess u r creating a web based Game. There is no problem creating a thread in the servlet. U can just go ahead by adding a thread
data member in servlet class & Instantiating in the init and do all the tricks. but the real problem is that u can not send a interruption
or a call back to the client becoz HTTP protocol is a request response paradim. One obscure solution would be to use RMI to make
a callback to the client. Hope u can take the further directions from here