Date: Wed, 21 Feb 2001 11:40:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rafael García cc: djgpp AT delorie DOT com Subject: Re: continuous file reading In-Reply-To: <3a92c201@filemon.telecable.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 20 Feb 2001, Rafael Garc=EDa wrote: > Now, my question is about the main loop, where I try to read all the time= , > because I don't know if it is possible to use some kind of signal to read > only where file had grown. >=20 > Any suggestion? Use the `fstat' library function, it returns info about the file's size and time stamp by its handle.