I am working on a project that uses OmniThreadLibrary (http:// http://otl.17slon.com) and one of the threads uploads files to an FTP server. For this one I decided to try ICS, but there is one strange issue.
When the FTP client (with SSL or not) is placed inside a thread of the type "TSyncThread = class(TOmniWorker)" the client works much slower than it should. Every command like Connect, Cwd, Put, etc takes 1-3 seconds, while placed in a standard TThread or in the main form the same commands take milliseconds. Has anyone used those two libraries together and what could be the cause for that? Thanks Vladimir -- 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
