RE: [DUG]: ISAPI and Thread Safeness

2001-07-23 Thread Colin Fraser
e else can?? Regards Colin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Xander van der Merwe Sent: Monday, 23 July 2001 3:36 am To: Multiple recipients of list delphi Subject: RE: [DUG]: ISAPI and Thread Safeness Doesn't the Delphi web broker arc

RE: [DUG]: ISAPI and Thread Safeness

2001-07-22 Thread Xander van der Merwe
;Reply-To: [EMAIL PROTECTED] >To: Multiple recipients of list delphi <[EMAIL PROTECTED]> >Subject: RE: [DUG]: ISAPI and Thread Safeness >Date: Mon, 23 Jul 2001 12:48:51 +1200 > >Im pretty much a beginner when it comes to threads. However, from what i >understand, ThreadLis

RE: [DUG]: ISAPI and Thread Safeness

2001-07-22 Thread Wilfred Verkley
d an object/list as long as nothing is updating it. This worked pretty well, though i probably went overkill on all the locks. Wilfred. -Original Message- From: Colin Fraser [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 12:20 PM To: Multiple recipients of list delphi Subject: [DUG

[DUG]: ISAPI and Thread Safeness

2001-07-22 Thread Colin Fraser
Hi all... I am quite new to ISAPI apps and haven't really done much with treads either... How careful do I need to be in regards to ISAPI apps and treads... For example, if I want to use lots of code that currently uses TLists... do I need to change them all to TThreadLists. In actual fact, mo