Hi,
This is some diffrent requirment. we have developed real time communication device and i have to be vary fast to communicat with data. now i have to check only one row in database for each time call received from the device. now i can receive the call and send required info to that device vary quickely. but now i need to compair the call data in database and then send request.
i can not afford to loose miliseconds also. so i am thinking if i open one connection and keep that open. as soon as i got a call i just query and read the data. is this a good solution.
i am not writing any thing in the database. just reading from it can any one suggest any idea ?
Regards, Preetam Ramdhave