#!/bin/tcsh # This sets up a proxy. It listens to the master, then forwards data to anyone # who is listening. You could do this for a lot of reasons in production. I # created this just to test some recent changes in # RecordBuilder::exportAsString(). killall -q fast_alert_search_forwarding_test limit coredumpsize unlimited echo -n $0 ": " >> output_forwarding_test.txt date >> output_forwarding_test.txt ./fast_alert_search_forwarding_test -f config_common.txt -f config_forwarding.txt >& output_forwarding_test.txt &