The operation result is shoved into a caching enumerabke because it's iterated more than once. Please note that if you remove that then you're effectively enumerating the source more than one time, which may not be what you expect.
I can't tell why it gets stuck on the multi threaded branching operation, have you tried then single threaded one? Do you have a repro for the issue?
I can't tell why it gets stuck on the multi threaded branching operation, have you tried then single threaded one?
@Miles, I'm using the single-threaded pipeline executer, and still the JoinOperation does use the CachingEnumerable which doesn't respect the pipeline work:
A check should be there in the JoinOperationIf(Pipeline.UseCache)// then use the cachingEnumerableelse// don't use it ...
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/vLPKO9szxNcJ.
@SimoneB,I don't care if it iterates more than once as long as it doesn't kill the memory ... so resources are more critical than time in this case.Question: How does the Single-Threaded pipeline play with the Multi-Threaded Branch ? I think something is inconsistent over here ?
@Miles, I'm using the single-threaded pipeline executer, and still the JoinOperation does use the CachingEnumerable which doesn't respect the pipeline work:
A check should be there in the JoinOperationIf(Pipeline.UseCache)// then use the cachingEnumerableelse// don't use it ...
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/vLPKO9szxNcJ.
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/6EmNs_2QtkoJ.
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/u_XrzPJ7zroJ.