Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Huge problem with COM+ performace? PART TWO
"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 UkReceived on Thu Nov 01 2001 - 03:56:15 CST
![]() |
![]() |