On 29-06-09 18:59, Paul Alfille wrote: > What are you trying to do? Purge the cache?
Yes, since reading every uncached sensor costs some time (reading from uncached or with --timeout_volatile=0) so in my case the total polling time to poll all sensors is over a second but I want to poll every second. So either I have to use threading or read cached data (which seems to be as fast reading a file). So I like to purge the complete cache every second and which it could refresh every 1/2 of 1/4 of a second. I tried timeout_volatile with values of 0.5 but that didn't worked... ------------------------------------------------------------------------------ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
