Page 2 of 2

Posted: Sat Jul 14, 2007 3:47 pm
by feyd
shivam0101 wrote:logging system means checking the database at pre-defined regular interval?
You need to research MySQL's logging system.

Posted: Sat Jul 14, 2007 4:05 pm
by onion2k
shivam0101 wrote:logging system means checking the database at pre-defined regular interval?
That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.

Posted: Sun Jul 15, 2007 6:37 am
by shivam0101
That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.
To know current online users.



You need to research MySQL's logging system.
feyd, a link would be help me better.

Posted: Sun Jul 15, 2007 7:09 am
by superdezign
shivam0101 wrote:
That's the point I don't understand. Why do you want to check the database at a pre-defined interval? I see no reason to do that.
To know current online users.
You could just make it so the only time that you check is when the user actually asks instead of wasting everyone's (including your) bandwidth. The only time it'd need to be live is if you made a chat room.

Posted: Sun Jul 15, 2007 7:42 am
by shivam0101
updating without refresh is done by checking database at regular intervals?