I am storing documents of all sorts (pdfs, images and word documents) in an Oracle database as clobs. We have a procedure that runs so that if the document is greater than 32000 characters, the clob is pieced together with this procedure and sent to the web browser. This procedure is simply a ColdFusion page that loops through the database retrieval and writes to a temporary server file. For these documents, however, there is often a great deal of time before the document is sent to the browser. Especially for our international customers. I am hoping to include a streaming technology to speed up this transfer, but don't know where to begin. Can anyone offer any suggestions on what technology would work with this approach?