Hi Folks,

I'm just trying to decide if I've found a bug or not.

What is your understanding of the final parameter to TCorbaObjectFactory's
.Create method?

The help says that:

The ThreadModel parameter indicates whether the ORB should serialize calls
to a single factory instance or whether multiple clients can call the same
factory simultaneously on multiple threads.

Am I just indicating to the ORB that my object's constructor is thread-safe?

I had assumed (always a silly thing to do) that it controlled whether or not
the ORB serialized calls to my CORBA object, but testing indicates it
doesn't!

Thanks,
Kerry S

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to