The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Wrap
Hello,
How does one insert the loop parameters operator, and put the existing process inside this operator without losing all connections?
Best regards,
Wessel
How does one insert the loop parameters operator, and put the existing process inside this operator without losing all connections?
Best regards,
Wessel
Tagged:
0
Answers
Situation: I Loop over big number of values of specific attribute. On each iteration I get additional data from particular (always the same database) and produce calculation results. If it goes too fast Rapid Miner eventually can't open new connection to that database, all ports are in use... so, I have to introduce some kind of delay in order to grab new data from database.. I think, it would be more practical to save and re-use already opened connection... Question: how we can do it?
I do have additional workaround for this problem: Use Remember operator and do filtering on each iteration step... but this involves more memory and time consumption - size of overall data is huge.
Thank you for you comments and suggestions!