Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Huge problem with COM+ performace? PART TWO

Re: Huge problem with COM+ performace? PART TWO

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 1 Nov 2001 09:56:15 -0000
Message-ID: <3be11c89$0$8512$ed9e5944@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 - 03:56:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US