i need best way to find out how many people are online with long polling method.
why i need long polling method to acquire that?
i need to know how many person are online in my site.of course i can do this with some query and update it in my site by each page load but i think no way to use this method in chat room is there?
`lastvisit` >= DATE_SUB(now(), INTERVAL 5 MINUTE)
any solution for this?if i can acquire that with no server polling i do appreciate if you guide me to right direction