MENU

Clicking the button below runs a long php server process (progress_process.php), with cool progress-bar updates! It then returns to here (/programming/progress_test.php).

server processes normally refuse to communicate their progress with your browser. Server-side cacheing makes it hard—the cache tends to hold your page static until a process is fully completed.


Go