Forum > Third party

Delphi-Cross-Socket with FPC 3.3 support

(1/1)

deadserious:
Apparently Delphi-Cross-Socket has been working on FPC 3.3 support.

https://github.com/winddriver/Delphi-Cross-Socket

Kurt:
This is really interesting.  I particularly like the fact that it has direct data flow with no mem copies.  This is rare for Pascal libraries.

MarkMLl:
To be brutally frank, I normally program direct to the kernel (i.e. the Berkeley sockets API) and have no problems with superfluous copying.

However, when one looks at it from the POV of both efficiency and robustness one has to conclude that there are issues which go all the way down to the CPU architecture.

MarkMLl

Navigation

[0] Message Index

Go to full version