Hi,
I started writing an message to this list about an timeout-issue we have
been having, but I think it may be better for me to first ask for some
guidance on how to run OverbyteIcsFtpCli properly from a thread.
I know we should have some kind of message pump running in the thread,
but would it be ok to have something like this?
FtpCli->DirAsync();
while (!done)
{
FtpCli->MessagePump();
}
::OnRequestDone(...)
{
done = true;
}
Are there any examples or posts in the mailing list that may give me
more information around this?
Regards,
Fredrik
--
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