[Tutor] reading output from a c executable.

bob gailer bgailer at gmail.com
Fri Dec 12 04:54:22 CET 2008


Ravi Kondamuru wrote:
> Reasons for C:
> 1. The log files I am working are 60-100MB files. I *assumed* using C 
> will reduce the parse time.
> 2. The records themselves are variable length and hence was concerned 
> about the complexity for implementation in python.
> 3. Since I am not using a database, each request to refresh the graph 
> (changing time duration for display) will have to re-parse the file 
> all over again. And hence speed in parsing the log is important.

There should never be a need to reparse the same file. Please present 
the case more specifically.

-- 
Bob Gailer
Chapel Hill NC 
919-636-4239



More information about the Tutor mailing list