Coddicted
Code. Automation. Software Solution
Code
Algo & Data Structures
C
C++
Computer Graphics
Java
Python
SQL
Concepts
How To
Reviews
Posts tagged: flushing buffer
flushing buffer means?
Apr
5
2013
Flushing means the data processed so far can go to the client even if the rest of the page isn’t done yet. It’s useful when you have a lot of data to send like in a download. flush=true : means send to client flush=false : means wait.