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
> 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
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
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
É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