Subject | Threads |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2001-10-05T14:13:40Z |
Hi!
I thought to add multithreading into my app. It's remote banking software
and I want to connect to the bank and send/receive data in separate thread.
I make dialup connection and then launch thread that creates datamodule,
does it's stuff and logs it's actions into main programs TForm.
After looking over IBO thread sample, I understand that I don't have to use
Synchronize for IBO components. I must only use it for writing loginfo to
TForm. Is this correct assuption?
Can I share the main threads connection handle with communication thread?
Riho-Rene Ellermaa
senior programmer
Hansabank
I thought to add multithreading into my app. It's remote banking software
and I want to connect to the bank and send/receive data in separate thread.
I make dialup connection and then launch thread that creates datamodule,
does it's stuff and logs it's actions into main programs TForm.
After looking over IBO thread sample, I understand that I don't have to use
Synchronize for IBO components. I must only use it for writing loginfo to
TForm. Is this correct assuption?
Can I share the main threads connection handle with communication thread?
Riho-Rene Ellermaa
senior programmer
Hansabank