>I have a log file. Essentially the file has 2 important entries for
> each process id. One when the process starts with an id and a
> another
> piece of data. the second is when the process finishes, with the
> result also with the process id.
> I can't think of an efficient way to store the da
Reed L. O'Brien wrote:
> I have a log file. Essentially the file has 2 important entries for
> each process id. One when the process starts with an id and a another
> piece of data. the second is when the process finishes, with the
> result also with the process id. I need to get data from both
I have a log file. Essentially the file has 2 important entries for each process id. One when the process starts with an id and a another piece of data. the second is when the process finishes, with the result also with the process id. I need to get data from both to make a sensible representation