Always Be Streaming
Johnny Ray Austin
Creative Technologist - iStrategyLabs
@recursivefunk
User requests data, your application connects to a data source then waits for all the data to come back, your application returns the data to the user.
User requests data, your application connects to a data source, as soon as some data is available, that chunk of data is sent back to the user immediately. Repeat until there is no more data.
Actual performance increase
VS
Perceived performance increase