[fpc-pascal] Implementing a simple tcp/ip connection
Giuliano Colla
giuliano.colla at fastwebnet.it
Fri May 29 11:30:40 CEST 2020
Il 28/05/2020 18:00, Graeme Geldenhuys ha scritto:
>> Though in general, I would
>> just use Indy.
> +1
The main reason is that I have a relevant amount of Delphi/Kylix code
using Delphi's Sockets unit. That way porting that code to Lazarus
becomes trivial.
Secondly my applications typically involve point-to-point connections in
a production environment. Upstream machine must communicate with
downstream machine, end of line machine must send production data to a
dedicated server, and so on. I need to transparently handle failures
such as a server side being temporary down. All of that in the hands of
unskilled operators.
Lighter and simpler code, makes it easier both to develop and to debug.
Giuliano
--
Do not do to others as you would have them do to you.They might have different tastes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200529/4da986c2/attachment.htm>
More information about the fpc-pascal
mailing list