|
Home > Archive > BizTalk Server Orchestration > September 2004 > Functoid with external assembly in mapper remain in memory?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Functoid with external assembly in mapper remain in memory?
|
|
| Rebecca 2004-09-24, 5:49 pm |
| I'm calling a scripting functoid that refers to an external assembly. I need
to know whether that assembly reference is recreated for each row that loops
through during the mapping process or if the reference remains the whole time
the map is being translated by biztalk.
--
Thanks,
Rebecca
| |
| larry franks 2004-09-24, 5:49 pm |
| Good question Rebecca, I haven't ran into this one before. I think we
should only create one instance of it but let me double check on this.
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| Thread-Topic: Functoid with external assembly in mapper remain in memory?
| thread-index: AcSiaff3P6rscX6YSM6swAgdTnhHeQ==
| X-WBNR-Posting-Host: 65.248.165.176
| From: "=?Utf-8?B?UmViZWNjYQ==?=" <rclarke@community.nospam>
| Subject: Functoid with external assembly in mapper remain in memory?
| Date: Fri, 24 Sep 2004 12:09:08 -0700
| Lines: 8
| Message-ID: <282B995F-0177-46FD-AA79-C631D6E6837C@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.biztalk.orchestration
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8326
| X-Tomcat-NG: microsoft.public.biztalk.orchestration
|
| I'm calling a scripting functoid that refers to an external assembly. I
need
| to know whether that assembly reference is recreated for each row that
loops
| through during the mapping process or if the reference remains the whole
time
| the map is being translated by biztalk.
|
| --
| Thanks,
| Rebecca
|
| |
| larry franks 2004-09-24, 5:49 pm |
| Ok, found the answer. The same instance of the component should be shared
between multiple transformations.
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| Thread-Topic: Functoid with external assembly in mapper remain in memory?
| thread-index: AcSiaff3P6rscX6YSM6swAgdTnhHeQ==
| X-WBNR-Posting-Host: 65.248.165.176
| From: "=?Utf-8?B?UmViZWNjYQ==?=" <rclarke@community.nospam>
| Subject: Functoid with external assembly in mapper remain in memory?
| Date: Fri, 24 Sep 2004 12:09:08 -0700
| Lines: 8
| Message-ID: <282B995F-0177-46FD-AA79-C631D6E6837C@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.biztalk.orchestration
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8326
| X-Tomcat-NG: microsoft.public.biztalk.orchestration
|
| I'm calling a scripting functoid that refers to an external assembly. I
need
| to know whether that assembly reference is recreated for each row that
loops
| through during the mapping process or if the reference remains the whole
time
| the map is being translated by biztalk.
|
| --
| Thanks,
| Rebecca
|
|
|
|
|
|