[twsocket] [OT]Delphi Belgian User Group

2011-07-02 Thread Francois PIETTE
Hello, I have created a LinkedIn group for belgian Delphi users. I mean either belgian citizens, or peoples working in Belgium. The link is: http://www.linkedin.com/groups?home=&gid=398 Regards, -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The au

Re: [twsocket] Showstopped bug in ICS

2011-07-02 Thread Wilfried Mestdagh
> I know this is by design, but I believe that is why you have added > wsoNoReceiveLoop so we don´t have to receive data in OnDataAvailable... No this is addes to get out of a closed loop in case of users had slow code to process fast data. > software wasn´t being able to process over 150mbits of

Re: [twsocket] HTTP Server creates extremly high CPU load

2011-07-02 Thread Arno Garrels
Lars Gehre wrote: > Thanks, I can confirm, it works now without problems. Thanks as well! > > Lars > >> -Original Message- >> From: twsocket-boun...@elists.org >> [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels >> Sent: Friday, July 01, 2011 8:35 AM >> To: ICS support mai

Re: [twsocket] HTTP Server creates extremly high CPU load

2011-07-02 Thread Lars Gehre
Thanks, I can confirm, it works now without problems. Lars > -Original Message- > From: twsocket-boun...@elists.org > [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels > Sent: Friday, July 01, 2011 8:35 AM > To: ICS support mailing > Subject: Re: [twsocket] HTTP Server creat

Re: [twsocket] Showstopped bug in ICS

2011-07-02 Thread Arno Garrels
Éric Fleming Bonilha wrote: > Arno > > I use multiple threads to read the data from sockets, I actually have > a thread pool that process data. Never done somthing like that, I guess you have to ensure that data is processed in the right order with such a design, as with Windows IOCP sockets as w