> "Differentiated Software Solutions Pvt. Ltd" wrote:
> 
> Hi,
> 
> We have an application where we will have to service as high as 50
> queries a second.
> We've discovered that most database just cannot keep pace.
> 
> The only option we know is to service queries out of flat files.

There is a DBD module : DBD::Ram. If you got enough memory
or there is not many data it could be what you need.

I also have seen recently a post about a new DBD module for
CSV files, in addition of DBD::CSV, try

http://search.cpan.org

-- 
 - frankie -

Reply via email to