Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Huge problem with COM+ performace? PART TWO
Thanx for hint but I have tried all possibilities (BTW CreateInstance has to
be used with "old" MTS).
Greets,
Adam
"Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> schrieb im
Newsbeitrag news:3be11c89$0$8512$ed9e5944_at_reading.news.pipex.net...
> "Adam Boczek" <adam.boczek_at_NO_SPAM_gft-solutions.de> wrote in message
> news:1004553339.429437_at_tux2.ham.acs-gmbh.de...
> > First of all I'd like to thanx all of you for answers!
> <snip>
> > Suddenly I've found in log event, that my second client can't initialize
> > com+ object (stops when I call "set a = new MyDll.Function"). When the
> first
> > client realises or creates new object than some resouces are free and
> second
> > client goes on, but stops when it once again needs new object. So it
looks
> > like problems by resource pooling in com+.
>
> Try replacing
>
> set a = New MYDLL.....
>
> with
>
> set a = CreateObject("mydll class string")
>
> I believe there was also a reference to a call to createinstance(something
> or other) but as you can tell I'm ot familiar with that syntax.
>
>
>
> --
> Niall Litchfield
> Oracle DBA
> Audit Commission Uk
>
>
>
Received on Thu Nov 01 2001 - 04:05:38 CST
![]() |
![]() |