Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Benoît Minisini schreef: >> Ron schreef: >>> How to watch new data that's added to a logfile? >>> >>> I want to make an apache log monitor, so I thought I could do that with >>> FILE READ WATCH, but thats not suited it seems, that one only seems keep >>> generating File_Read events continuous. >>>

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Benoît Minisini
> Ron schreef: > > How to watch new data that's added to a logfile? > > > > I want to make an apache log monitor, so I thought I could do that with > > FILE READ WATCH, but thats not suited it seems, that one only seems keep > > generating File_Read events continuous. > > > > In short: > > I want t

Re: [Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
Ron schreef: > > How to watch new data that's added to a logfile? > > I want to make an apache log monitor, so I thought I could do that with > FILE READ WATCH, but thats not suited it seems, that one only seems keep > generating File_Read events continuous. > > In short: > I want to open a fi

[Gambas-user] file read and growing logfile

2009-03-23 Thread Ron
How to watch new data that's added to a logfile? I want to make an apache log monitor, so I thought I could do that with FILE READ WATCH, but thats not suited it seems, that one only seems keep generating File_Read events continuous. In short: I want to open a file readonly. Then seek to end o