97 reputation
6
bio website bensarmiento.com
location Philippines
age 22
visits member for 1 year, 1 month
seen 9 hours ago
stats profile views 21

Apr
2
accepted How to write a Python module?
Apr
1
asked How to write a Python module?
Jan
22
asked Counting frequently changing values on the database
Dec
7
accepted What's the best practice for PHP to continuously check for changes in the database?
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
(am I doing this right?) On chat message enter, cleartimeout of function update_max_users(), settimeout update_max_users() to 300sec
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
I am really sorry but the code has usleep(500000) that I forgot to add. The 500ms sleep is based on the average latency of our server to most of our clients. So... loop: max of 2 calls per sec, ajax poll: if there are 60 viewers, 60 calls per sec.
Dec
7
awarded  Editor
Dec
7
revised What's the best practice for PHP to continuously check for changes in the database?
added 23 characters in body
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
@Stranger On the second part "What I did: set a cron job that will run (through php-cli) my monitoring script every minute or 60 seconds..."
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
@SamT what do you recommend? Btw, you can post it as an answer because this is not just a question of algorithm used but also if the technology stack is appropriate. Thanks!
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
@BenjaminPaap I think this is another case because "I am monitoring the span of idle time by the time difference of now() and last message sent." so this is not an event that you can just infer from database alone. Or correct me if Im wrong
Dec
7
comment What's the best practice for PHP to continuously check for changes in the database?
@Stranger I did?
Dec
7
asked What's the best practice for PHP to continuously check for changes in the database?
Oct
11
awarded  Supporter
Oct
11
accepted Time syncing vs high latency
Oct
10
awarded  Nice Question
Oct
9
comment Time syncing vs high latency
@Pitchinnate not yet, will do, thanks man! how are you doing this with your chatroom? do you use just ajax or websockets?
Oct
9
comment Time syncing vs high latency
@ianpgall ive looked at zeromq but that would force me to change most parts of the project so I am looking for alts
Oct
9
awarded  Commentator
Oct
9
comment Time syncing vs high latency
@MarcB yes thats actually what's happening. What irks me is that time being synced is very vital for the auctions, thus requiring me to do such. do you have any suggestions?