On Thu, 13 Jan 2005, Jim Prewett wrote:

> I'm doing log analysis stuff, so I need to be able to watch both regular 
> files and fifos (probably more :).  I also need to be able to monitor 
> multiple files.  So, in short, blocking in any way is bad news for me as I 
> don't want to get into threads, etc. :)

How about select() or poll()?

Oh, by the way, I think I did experience some trouble using async I/O with 
CMU CL in the past. Are there any major issues with signal handling one 
should be aware of? (I.e. do I have to fear it might be as broken as 
Perl's?)

-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)


Reply via email to