Re: TCPServer & MSSQL & Threads (Newbie Question)



Brian


What about the GlobalVariables, does using the 'ThreadVar' work or
should they also be declared/disposed in the thread?


Mark Moss



"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:gbqf04ts8m67kg1osmjnk741fqjorf4vbo@xxxxxxxxxx

And do I have to Create the DataModule and all of the components
on
it for each Thread. If not what do I do?

You can create an instance of the datamodule (in the thread) for each
thread or
just create the components you need in the thread.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx


.



Relevant Pages