Hi Guys; I have a large chat application in the build process and i'm confused about how to solve this issue .. i need to show the online status of 10 users on a page at a given time for which i'm using a database query and every time someone visits the page the query is executed and returns the user who are online ... problem is the online information is set in the database through another application therefore i have to query it to know who is online no matter what . Is there any way i can adopt to make things go faster?
I'm also using ibatis for my queries and DAO's.
Regards; Mohammad Umair