Difference between revisions of "Non-ICS Links"

From Overbyte
Jump to navigation Jump to search
Line 1: Line 1:
== Other Delphi Socket component suites ==
+
== Documentation of Socket types ==
 +
{|
 +
| [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:
 
Obviously our paradigm (non-blocking, component suite, mostly single threaded, postcardware) can't fit all needs, so here are alternatives:
 
{|
 
{|

Revision as of 06:24, 8 January 2016

Documentation of Socket types

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.