Interchange is an Open Source perl application server targeted at
e-commerce web applications.1)
This document describes how the web server communicates with the
Interchange application server.
Interchange version: 5.7.7
Webserver: Apache2
The Interchange link program links the Interchange application server to the web server via CGI. Interchange link programs come in three flavours:
Interchange Link Programs | ||
---|---|---|
Type | Communicates via | Comment |
vlink | Unix domain socket | Local communication via a “socket file” |
tlink | Inet domain socket | Webserver and Interchange server can be on different hosts |
tlink.pl | Inet domain socket | tlink program (perl version) |
The unix socket (vlink) or host/port (tlink) to be connected to is configured into the link program by the compile_link perl script. 2)
More information:
http://www.icdevgroup.org/xmldocs/glossary/link-program.html
ScriptAlias /mycatalog /export/home/appbox/cgi-bin/ic/mycatalog
FullURL yes Catalog mycatalog /export/home/appbox/catalogs/mycatalog webhost.somedom.com/mycatalog
Copyright © 2013 Integrated Services; Tux4u.nl
Author: Marjan Waldorp; ic-vlink-tlink2catalog 2013-07-17