hi!

question about threads:
is it safe to call an object method from a thread, as long as the
object method only contains local variables(not object variables) and
thread-safe calls? 

i assume each thread gets its own copy of the local vars of the
method... what i have done does work, im just trying to find out if it
works because its supposed to, or if it 'just happens to for now'
(which is bad :-) )

questions/comments appreciated :-)

Ben Taylor


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to