2013/5/6 Zaher Dirkey <parm...@gmail.com>

> On Mon, May 6, 2013 at 9:10 PM, Ludo Brands <ludo.bra...@free.fr> wrote:
>
>> Watch out for Synchronize(@DoReceive) in a recv loop. That is going to
>> drag down your performance considerably.
>>
>
> Maybe you do need to call synh, leave it to the user to add it in his
> event, or make it as an option.
>

But it already implemented friend, eg:


  if VSynchronized then
    Synchronize(@DoClientReceive)
  else
    DoClientReceive;


Please see all code here: https://bitbucket.org/silvioprog/tcpipcomp/src


> For that i hate using components as GUI components, no events in my
> classes.
>

There you can see two examples: console (client/server); gui
(client/server).

-- 
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to