I have one file that is updated in every second, I append some line end of it and another thread read it every time. so I have two pointer to this file for these work. is it possible? (I use two while(1) for updating and reading in two function)I have one file that is updated in every second