On Tue, 10 May 2005, Brian Grossman wrote: > I'm running without the closing=0 line right now and I don't see any ill > effects. I'd say revert it and I'll send in another patch with an > explanation if it crops up again.
OK great, because I was doing some profiling yesterday and that caused quite a slow-down. The biggest slow down though was the per-object post-loop-callbacks. Iterating through each object every time through our event loop was a killer. I have a patch for that where I use an external variable to keep track of whether there are any PLCs which puts the performance back to normal. Matt.
