NetTalk Central

Author Topic: File open for all the thread  (Read 3523 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
File open for all the thread
« on: May 25, 2009, 12:16:54 PM »
Hi,
I need a file to be opened for all the thread life.
Where in the wenhandler must I open it?

Thnaks
Alberto
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: File open for all the thread
« Reply #1 on: May 25, 2009, 09:32:54 PM »
ProcessLink, before parent call.

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: File open for all the thread
« Reply #2 on: May 26, 2009, 02:02:23 AM »
Thanks Bruce,
Do I need to close them after the parent call?

Alberto
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: File open for all the thread
« Reply #3 on: May 26, 2009, 03:14:31 AM »
It's probably a good idea to close files if you open them.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: File open for all the thread
« Reply #4 on: May 26, 2009, 03:21:02 AM »
Yes I know, the q is:
is it ok to close them at ProcessLink after the parent call?
is it there where the thread finished?
Thanks
Alberto
-----------
Regards
Alberto