php csv high load request

Posted by msaif on Stack Overflow See other posts from Stack Overflow or by msaif
Published on 2010-05-23T05:32:14Z Indexed on 2010/05/23 5:40 UTC
Read the original article Hit count: 411

Filed under:
|
|
|

i have PHP serve and one csv file . i need to read csv file and send the data to the browser. if individual request = 10,000 or more (may be) then reading csv file from harddisk may be costly.how can i efficiently read csv file from PHP and send the data to the browser. there is no option to read data form relational db. only browser<------------->PHP(apache)<---------------->CSV flow pattern.

© Stack Overflow or respective owner

Related posts about php

Related posts about csv