techsam
February 2nd, 2006, 03:06 AM
Hi,
I'll first start with a description of the situation.
If u all know the game "Who wants to be a millionaire" well my job is to design that in .net as a web application.
currently i have a client app: all the web forms required for the project.
an interface to interact with the remoting server, a remoting server, a data service library and a data access library.
the problem is i cant seem to trap the winner of the fastest finger first effectively.
can anyone suggest an efficient method to achieve that?
i haven't implemented threading, the i take the response time from each client and store it in the remoting server in a sorted list and after the final response is logged (which i am monitoring through a count at the remoting server), i select the one with lowest response time and allow him proceed further. however this approach has failed a number of times.
any help or ideas in this regard would be helpful.
thanks
techsam
I'll first start with a description of the situation.
If u all know the game "Who wants to be a millionaire" well my job is to design that in .net as a web application.
currently i have a client app: all the web forms required for the project.
an interface to interact with the remoting server, a remoting server, a data service library and a data access library.
the problem is i cant seem to trap the winner of the fastest finger first effectively.
can anyone suggest an efficient method to achieve that?
i haven't implemented threading, the i take the response time from each client and store it in the remoting server in a sorted list and after the final response is logged (which i am monitoring through a count at the remoting server), i select the one with lowest response time and allow him proceed further. however this approach has failed a number of times.
any help or ideas in this regard would be helpful.
thanks
techsam