Difference between revisions of "Non-ICS Links"
Jump to navigation
Jump to search
(Created page with '== Other Delphi Socket component suites == Obviously our paradigm can't fit all needs, so here are alternatives: {| | [http://www.indyproject.org/ Indy home page] || Comes with D…') |
(→Other Delphi Socket component suites: paradigm details) |
||
Line 1: | Line 1: | ||
== Other Delphi Socket component suites == | == Other Delphi Socket component suites == | ||
− | Obviously our paradigm can't fit all needs, so here are alternatives: | + | Obviously our paradigm (non-blocking, component suite, mostly single threaded, postcardware) can't fit all needs, so here are alternatives: |
{| | {| | ||
| [http://www.indyproject.org/ Indy home page] || Comes with Delphi, if you need blocking multi-threaded code instead of non-blocking optional threading. | | [http://www.indyproject.org/ Indy home page] || Comes with Delphi, if you need blocking multi-threaded code instead of non-blocking optional threading. |
Revision as of 09:59, 6 January 2016
Other Delphi Socket component suites
Obviously our paradigm (non-blocking, component suite, mostly single threaded, postcardware) can't fit all needs, so here are alternatives:
Indy home page | Comes with Delphi, if you need blocking multi-threaded code instead of non-blocking optional threading. |
Synapse | Not component suite = no install, just add to uses clause. Blocking or limited non-blocking. |
Clever Internet Suite | Commercial - suggested as alternative to Indy / ICS. |