I'm optimizing a stock market application that I built and wanted to improve the performance of stock data. The application has streaming quotes, but I'm requesting the quotes each second, which seems quite bad.
I took a look at Google Finance's stock charts and notices they used something called a "channel." Is this essentially just requesting stock quotes every like 15 seconds? Is it possible to keep the connection open and continue to grab quotes or do I have to use a new request each time?