Re: [Tutor] processing multi entry logs

2006-08-15 Thread Alan Gauld
>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

Re: [Tutor] processing multi entry logs

2006-08-14 Thread Luke Paireepinart
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

[Tutor] processing multi entry logs

2006-08-14 Thread Reed L. O'Brien
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