> None of the ICS components are using threads by itself.
The ICS FTP server does use threads if command processing is going to
take a long time, such as calculating the MD5 of a large file, but there
is no message processing in those threads.
Angus
--
To unsubscribe or change your settings fo
Great. I was hoping that was the case. I am using a different
TMemoryStream
for each component. I was wondering, though, if TMemoryStream could call a
non-thread safe VCL function, in which case I would think there could be a
problem.
None of the ICS components are using threads by itself. If t