<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<br>
<div style="color: rgb(0, 0, 0);"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
>> Do you know if it is better to have :<br>
>> - [r NOTE]-->[route $1] objects inside 50 abstractions<br>
>> - or only one [r NOTE] --> [route 0 1 2 3 4 5 6 7 8 9 10 .... ] and<br>
>> cords to these 50 abstractions<br>
<br>
<br>
> the former is easier to patch. the latter will perform slightly better.<br>
<br>
<br>
Another solution here would be to put the ID numbers inside the send and receive objects. Ie this in the parent:<br>
<br>
|<br>
[t b f]<br>
|     |<br>
|    [makefilename %d-channel]<br>
|     \<br>
[send]<br>
<br>
<br>
<br>
and this in the abstraction:<br>
<br>
[receive $1-channel]<br>
<br>
<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>