Re: [twsocket] FYI: asynchronous sockets on Linux

2010-12-06 Thread Fastream Technologies
Hello, I have seen a bottleneck in ICS with tens of thousands of clients: When a client is disconnected the TWSocketServer calls FClientList->IndexOf() for finding the index to remove the object! IndexOf is simply exhaustive search and it is a huge CPU hog when there are 30k clients! In some othe

[twsocket] FYI: asynchronous sockets on Linux

2010-12-06 Thread Anton S.
The thing that ICS would sometimes become multi-platform is great! I myself have quite little knowledge of what things are on *nix but I found an article that seems like a good start. It describes several approaches to doing async on *nix. I think it would be easier to use one of these and keep

Re: [twsocket] Soap and NTML

2010-12-06 Thread Maurizio Lotauro
Scrive "Eduardo E. Hernandez" : > Hi, I'm trying to consume a webservice, normally I do that with Indy, but > this time I need NTLM support that Indy doesn't has. Are you suse? Maybe you need to include the unit that handled it. > To make a soap request in Indy, I prepare the appropriate content