<?php
while (true) {
    echo "a";
    flush();
    usleep(100000);
}
?>
