On Mon, Jul 11, 2011 at 13:04, jalchr <[email protected]> wrote: > One more thing: > > I can't tell why it gets stuck on the multi threaded branching operation, > have you tried then single threaded one? > > The BranchOperation suffers the same problem ... it caches the rows then > branches to child operations >
The caching of input is performed in several places for good reasons, and branching is one of them. Your requirement is certainly valid, but that's not how it currently works. > -- > 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. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
