Popular Tcl recipes tagged "distributed"http://code.activestate.com/recipes/langs/tcl/tags/distributed/2002-06-27T16:55:02-07:00ActiveState Code RecipesMinimal SOAP (Tcl) 2002-06-27T16:55:02-07:00andreas kuprieshttp://code.activestate.com/recipes/users/117230/http://code.activestate.com/recipes/136604-minimal-soap/ <p style="color: grey"> Tcl recipe 136604 by <a href="/recipes/users/117230/">andreas kupries</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>A minimal example setting up and using SOAP to call to a temperature conversion service. Uses http and TclSOAP. The latter can be found at <a href="http://tclsoap.sourceforge.net" rel="nofollow">http://tclsoap.sourceforge.net</a></p> Socket based communication (Tcl) 2001-06-21T17:02:20-07:00Jeff Hobbshttp://code.activestate.com/recipes/users/98167/http://code.activestate.com/recipes/65436-socket-based-communication/ <p style="color: grey"> Tcl recipe 65436 by <a href="/recipes/users/98167/">Jeff Hobbs</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>Here we write the most simple socket based server application we can think of. Starting from this minimal example it is very easy to extend it to the actually wanted functionality</p>