Difference between revisions of "Non-ICS Links"

From Overbyte
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…')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Other Delphi Socket component suites ==
+
[[Main_Page | Main page]] -> [[Non-ICS_Links | External Links]]
Obviously our paradigm can't fit all needs, so here are alternatives:
+
 
 +
== Documentation of Socket types ==
 +
{|
 +
| [[ RFC_List | RFC List ]] || RFC List relating to sockets (RFC = Request For Comment)
 +
|-
 +
| [http://lucumr.pocoo.org/2012/9/24/websockets-101/ Websockets 101] || Armin Ronacher's Websockets 101 (2012Sept)
 +
|}
 +
 
 +
== Other Delphi Socket component 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.

Latest revision as of 07:10, 8 January 2016

Main page -> External Links

Documentation of Socket types

RFC List RFC List relating to sockets (RFC = Request For Comment)
Websockets 101 Armin Ronacher's Websockets 101 (2012Sept)

Other Delphi Socket component alternatives

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.