RE: [DUG]: COM Stress Testing.

1999-05-05 Thread Myles Penlington
Thursday, May 06, 1999 9:26 AM To: Multiple recipients of list delphi Subject: RE: [DUG]: COM Stress Testing. All the threads in our test program are created by the main VCL thread and is safe. Also in real life these COM objects are created by ASP pages so that should be safe. A

RE: [DUG]: COM Stress Testing.

1999-05-05 Thread Ramanlal, Vikash
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 6 May 1999 08:34 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: COM Stress Testing. > > Did you also take make the Delphi thread creation thread safe - as > suggested by Maurice

RE: [DUG]: COM Stress Testing.

1999-05-05 Thread Myles Penlington
. -Original Message- From: Ramanlal, Vikash [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 05, 1999 11:25 AM To: Multiple recipients of list delphi Subject:RE: [DUG]: COM Stress Testing. We have written several COM objects in Delphi4 (Threading Model of Both) and running on a

RE: [DUG]: COM Stress Testing.

1999-05-04 Thread Myles Penlington
al, Vikash [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 05, 1999 11:25 AM To: Multiple recipients of list delphi Subject: RE: [DUG]: COM Stress Testing. We have written several COM objects in Delphi4 (Threading Model of Both) and running on a multi processor NT found that we

RE: [DUG]: COM Stress Testing.

1999-05-04 Thread Ramanlal, Vikash
ristchurch/Foodstuffs) Subject: RE: [DUG]: COM Stress Testing. Yep NT4.0 Workstation - Does this mean it will not occur on NT server?? It's not DCOM, I'm just running a COM component and the test program on the same machine. -Original Message- From: [EMAIL PROTECTED

RE: [DUG]: COM Stress Testing.

1999-05-04 Thread pjones
ristchurch/Foodstuffs) Subject: RE: [DUG]: COM Stress Testing. Yep NT4.0 Workstation - Does this mean it will not occur on NT server?? It's not DCOM, I'm just running a COM component and the test program on the same machine. -Original Message- From: [EMAIL PROTECTED

RE: [DUG]: COM Stress Testing.

1999-05-04 Thread Myles Penlington
Multiple recipients of list delphi Subject: Re: [DUG]: COM Stress Testing. You don't happen to be using NT Workstation for your server do you? 10 Connections is the magic number for Workstation. Myles Penlington <[EMAIL PROTECTED]> on 04/05/99 14:58:32 Please respon

Re: [DUG]: COM Stress Testing.

1999-05-03 Thread pjones
]> cc:(bcc: Peter Jones/Logistics&Information Technology/Christchurch/Foodstuffs) Subject: [DUG]: COM Stress Testing. I have written a D4 program to stress test our D4 COM object. All works fine up until about 10 threads, after which we can guarantee to get a "OLE

[DUG]: COM Stress Testing.

1999-05-03 Thread Myles Penlington
I have written a D4 program to stress test our D4 COM object. All works fine up until about 10 threads, after which we can guarantee to get a "OLE Catastrophic error". Does anybody know if this is a MS COM problem or a Delphi problem? Does anybody know what causes the "Catastrophic error"?? R