Re: [twsocket] ICS functions blocked when UI is active

2008-06-04 Thread Francois Piette
Using a separate thread to run your socket stuff is probably a good idea in that situation. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware)

Re: [twsocket] ICS functions blocked when UI is active

2008-06-04 Thread Dod
Hello, I personnaly always create and manage the socket component in a separated thread. This permit to avoid such problem, and also when the reverse appear when your socket procedures has a very high activity that could slow down the main's app message queue that make it less

Re: [twsocket] ICS functions blocked when UI is active

2008-06-04 Thread Wilfried Mestdagh
Hello John, Normally this is no problem. I think with dropdown menu open there is no problem also, because windows is pumping messages when a menu is open. But depending on your applicaiton you can do the socket thing in a separate thread. Other possibility is to run the communication in a NT

Re: [twsocket] FTP and SSH

2008-06-04 Thread Arno Garrels
Fastream Technologies wrote: Well the idea of SSH is still encryption. It would be an addition to ICS-SSL, not to ICS--IMO. SSH (Secure Shell) is available on nix platforms. Due to the lack of SSL SSH has been used in the past to tunnel unsecure FTP on those platforms. Today however most FTP

[twsocket] Host lookup blocks the main thread

2008-06-04 Thread Éric Fleming Bonilha
Hello, I´m having a strange problem with ICS On our architecture we use TWSocket client components on separated threads because of lengthy operations so our main thread will not be blocked, but we are having such a strange problem, when our software tries to connect to an invalid host name

Re: [twsocket] Not enough storage error in XSocketAllocateHWnd

2008-06-04 Thread Olivier Sannier
Olivier Sannier wrote: Arno Garrels wrote: Fastream Technologies wrote: Upgrading might be simpler than you think. Just rename ICSv5 folder, unzip and install v6 package and then rename all ICS unit names so that they start with OverbyteIcs Indeed it is easy,

[twsocket] ICS And WebServices (SOAP)

2008-06-04 Thread DZ-Jay
Hello: I'm sure this has been asked before but can anybody tell me if ICS Supports Web Services using SOAP, in particular the Document Literal format (Doc|Lit). If so, is there anything special I should know about it? Thanks, dZ. -- To unsubscribe or change your