[Swift-devel] Re: Excessive object-closing messages in log
Ben Clifford
benc at hawaga.org.uk
Mon Mar 24 03:26:40 CDT 2008
On Sun, 23 Mar 2008, Michael Wilde wrote:
> Ben, for a small swift script that iterates over a parameter array, I seem to
> be getting about (N^2)/2 log records regarding object closing.
For the script you gave, should be more like O(N). I'll have a poke around
and see what's going on.
Also, in your script is there a reason you have a separate doall function
rather than putting everything in the top level? This used to be a
solution to a closing problem but I think that should have been fixed now.
Also,
> throttle.score.job.factor=1000000
That is documented as taking 'off' which is probably the effect you are
trying to achieve with that value. Does that cause a problem for you?
--
More information about the Swift-devel
mailing list