On 4/25/07, Charilaos Skiadas skiadas@hanover.edu wrote:
A main problem with the Ruby version atm is that it doesn't play very well with the logfile parser, which is a python script at the moment. The main problem is that for some reason currently the python script must finish before the ruby version can print its output, and I couldn't fix it,
Setting STDOUT.sync = true in the Ruby script appears to fix this problem.
Robin