Re: How to get records.config data before main() (TS-1075).

2012-01-25 Thread Brian Geffon
Cool thanks for the input, I'll look into making it overridable via configure.ac. Brian On 1/25/12 10:46 AM, "Leif Hedstrom" wrote: >On 1/25/12 11:41 AM, Brian Geffon wrote: >> Hi everyone, >> I was hoping someone might have an idea on this. So EventProcessor >>relies on two #defines when it's

Re: How to get records.config data before main() (TS-1075).

2012-01-25 Thread Leif Hedstrom
On 1/25/12 11:41 AM, Brian Geffon wrote: Hi everyone, I was hoping someone might have an idea on this. So EventProcessor relies on two #defines when it's constructed namely MAX_EVENT_THREADS and MAX_THREADS_IN_EACH_TYPE (see I_EventProcessor.h), as of now they are both set to 512. Unfortunatel