Subject Re: [IBO] Threads
Author Jason Wharton
No, you cannot share the connection handle between threads. The thread needs
its own dedicated handle.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Riho-Rene Ellermaa" <r.ellermaa@...>
To: "IBObject (E-mail)" <IBObjects@yahoogroups.com>
Sent: Friday, October 05, 2001 7:13 AM
Subject: [IBO] Threads


> 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
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>