NetTalk Central

Author Topic: multi ftp treads  (Read 14725 times)

kel

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
multi ftp treads
« on: March 21, 2009, 01:28:09 PM »
Hi

I have a programme that sends files to many different IP address's is it possible to have multiple thread running each sending data to a different address.

The software unattended runs 24/ 7 so I can not have error windows popping up, I currently just use a single thread using a C dll and want to use Nettalk if possible.
We have enough bandwidth.

Any help would greatly appreciated


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: multi ftp treads
« Reply #1 on: March 22, 2009, 10:12:26 PM »
Hi Kel,

Yes, NetTalk is thread-safe, so you can open as many threads as you like at the same time.
Each thread will presumably send a file to a server, then terminate.

Although you need the window structure, because NetTalk is event driven, you can hide the window, and
press the buttons via Events and so on.

Cheers
Bruce