IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  clenaup of custom function

    Posted 10/17/08 11:25 AM

    Originally posted by: SystemAdmin


    A couple of questions when writing your own functions:

    1) Is there any cleanup function called when the map completes or when the launcher is shutdown when using a custom dll for functions (i.e. when the dll is unloaded?

    2) If running multiple launchers with local resource management are custom function dll's loaded locally per/launcher process or globally?
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: clenaup of custom function

    Posted 10/20/08 07:38 AM

    Originally posted by: SystemAdmin


    ) Is there any cleanup function called when the map completes or when the launcher is shutdown when using a custom dll for functions (i.e. when the dll is unloaded?
    >> Nope. Custom functions must be stateless in nature. One suggested way to do a clean up, is during a process shutdown process, add code in dll unload.

    2) If running multiple launchers with local resource management are custom function dll's loaded locally per/launcher process or globally?
    >> custom function dll's are loaded per launcher process.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 3.  Re: clenaup of custom function

    Posted 10/20/08 01:17 PM

    Originally posted by: SystemAdmin


    Does each map instance attach to the dll as a new thread and then dettach after the map instance completes?
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender