Forum Moderators: open
I would like to figure out a way to avoid the repeating db calls checking for chat invites. I mean, is there any way to "push" data with ajax to a specified user's session? I can't immediately think of any way to avoid having the "listener" sitting there hitting the db all the time, but I thought I'd see if anyone out there might have an idea. Once my jabber system is setup, this problem will be history, but for now, each user on the system is constantly hitting the db while they are logged on, which I don't like.
any ideas?