A
archana
Hi all,
I want to use com component in asp.net. ASp.net runs request on MTA
thread. I read on msdn to use aspcomponet attribute while using com
component.
I also read that 'STA object calls require an STA thread. If you do
not use the ASPCOMPAT attribute, all STA object calls are serialized
on the host STA thread and a serious bottleneck occurs.'
Can anyone tell me what exact bottleneck will occur f i use com
component without setting aspcompact.
please correct me if i am wrong.
thanks in advance.
I want to use com component in asp.net. ASp.net runs request on MTA
thread. I read on msdn to use aspcomponet attribute while using com
component.
I also read that 'STA object calls require an STA thread. If you do
not use the ASPCOMPAT attribute, all STA object calls are serialized
on the host STA thread and a serious bottleneck occurs.'
Can anyone tell me what exact bottleneck will occur f i use com
component without setting aspcompact.
please correct me if i am wrong.
thanks in advance.