I\'d like PHP to wait and do an action when a new row has been inserted in a SQLite database.
Of course, we could do:
while (true) { usleep(200*1000);