Re: [analog-help] Thread safe?

2004-08-20 Thread analog-help
Thanks Jeremy. PB Jeremy Wadsack wrote: You can run multiple Analog processes without conflict on the same data sources as long as they write to different files. If you are writing back DNS lookups, the second process that starts will failover to read mode and only read DNS entries that are

Re: [analog-help] Thread safe?

2004-08-20 Thread analog-help
Jeremy is right, but that's usually not the best way to do it. Analog is CPU and disk intensive, so it's usually better to arrange for the two processes to run consecutively, not concurrently. You can do this with a simple shell script / batch file. -- Stephen Turner, Cambridge, UK