[twsocket] TSslFtpClient and OmniThreadLibrary speed

2013-09-16 Thread Владимир Георгиев
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 =

[twsocket] Multi-Threading in TWSocketServer

2013-09-16 Thread Éric Fleming Bonilha
Hello I have an application that TWSocketServer is running in main thread, consequently, all messages from clients are also processed by the main thread loop I have been able to change the processing thread of the clientes from main thread to a pool of threads that I have (By using ThreadDe