Thanks a lot  for your answers. <br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
</div>Just beware of reloading the module they are defined in.  After the<br>
second reload, they'll be purged anyway and calling them will fail.<br>
</blockquote><div><br>I didn't know that the second reload purges the fun definitions. That forces me to make further changes to my implementation, as module reloading is to be expected with some frequence and the time lapse between the execution of the first and last functions can be big enough to allow two or more reloads.<br>
 <br>Cheers,<br>Álvaro<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm not sure that I understand your problem correctly, but if you<br>
must gather a collection of functions to call in a pipeline, and you<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote>
want to ensure that they all "stick together" for each use of the<br>
pipeline, even during arbitrary code-reloads, then you probably must<br>
put them in a unique module or modules for each version of the<br>
pipeline.  You'll have to manage the module name generation and<br>
cleaning up old modules manually though.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
    Jeff Schultz<br>
</font></span></blockquote></div><br>