[analog-help] Thread safe?

2004-08-19 Thread analog-help
Might be a stupid question but is Analog thread safe?
If I run 2 instances of analog against the same log files will there be 
a problem?

I have a 2 config files writing reports to different locations for each 
instance

I could just try this but the problems could be to subtle to spot
PB

E-mail is an informal method of communication and may be subject to data corruption, 
interception and unauthorised amendment for which Digital Bridges Ltd will accept no 
liability. Therefore, it will normally be inappropriate to rely on information 
contained on e-mail without obtaining written confirmation.
This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Thread safe?

2004-08-19 Thread analog-help
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 already in the DNS cache file.

If you were to try to run simultaneous instances of Analog writing to 
the same output file, the system should block the second process from 
writing to the file.

--
Jeremy Wadsack
Seven Simple Machines

Paul Barclay wrote:
Might be a stupid question but is Analog thread safe?
If I run 2 instances of analog against the same log files will there 
be a problem?

I have a 2 config files writing reports to different locations for 
each instance

I could just try this but the problems could be to subtle to spot
PB
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+