[CentOS] fast processing and buffering

2011-03-02 Thread Michael D. Berger
I have a C++ program that opens, gets a little data from, and closes about 5000 files. Now if I run the program when I first boot up, the running time is from about 10 seconds to a minute. Subsequently, the program runs in well inter one second. Buffering -- right? So I changed a parameter, so

Re: [CentOS] fast processing and buffering

2011-03-02 Thread Kwan Lowe
On Wed, Mar 2, 2011 at 10:59 AM, Michael D. Berger m_d_berger_1...@yahoo.com wrote: I have a C++ program that opens, gets a little data from, and closes about 5000 files.  Now if I run the program when I first boot up, the running time is from about 10 seconds to a minute.  Subsequently, the

Re: [CentOS] fast processing and buffering

2011-03-02 Thread Charles Polisher
Kwan Lowe wrote: Michael D. Berger I have a C++ program that opens, gets a little data from, and closes about 5000 files.  Now if I run the program when I first boot up, the running time is from about 10 seconds to a minute.  Subsequently, the program runs in well inter one second.