Thanks Arno,

Sounds like a good plan, I have a video capture board and SDK left over from
a previous life that will accept 6 video cameras on separate inputs. Going
to use it to grab still images from as many cameras as I can round up and
ftp them to 2 or 3 internet sites at timed intervals. This is just a fun
project for the model airplane club I am a member of.

I have one camera already working on the clubs web site if anyone wants to
see it go to http://www.tulsacl.com/ and click on the Webcam button.

Bob

----- Original Message -----
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Saturday, December 08, 2007 12:11 PM
Subject: Re: [twsocket] Multiple FTPClients?


> Bob Reeves wrote:
> > This may be a dumb question but would like a suggestion on the best
> > way to handle multiple FTPClient controls..
> >
> > I am expanding the little WebCam app I wrote so it can handle several
> > cameras and FTP the images to several different sites. I am using
> > Borland C++ Builder and have already pretty much decided to use
> > separate Timers to handle the threading. Timers are easier to code
> > and the timing isn't critical.
> >
> > About the only questions I can think of before I start are..
> >
> > Do I need more than one TWSocket?
> > and
> > Any issues with dropping multiple FTPClients on one form?
>
> No problem, however why not create them at run-time and add them
> to some kind of list or array? All instances may use the same event
> handlers. You distinguish the different instances by type-casting
> the Sender argument of the event handlers.
>
> --
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
>
> >
> > Thanks
> > Bob
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to