|
Topology
Topology Information
TopologyThe bundled setup comes with three servers. FrontendThe "frontend" server is considered a client, and has connections to both the "tool" and "SOB" servers. It is generally where forward-facing Web application are hosted.
ToolThe "tool" server is where all the services are hosted: networked poll (np), networked tally (nt), networked ratings (nrate), networked variables (nv), etc. You could just as easily create separate servers for each service, but for simplicity, a single tool server is provided.
SOBThe "SOB" server stores and publishes content from both the "frontend" and "tool" servers.
topology.tclAt start up, the "topology.tcl" file, found in the etc/ directory, creates an array of client lists and ports for each service as well as IP addresses for each server. This array is used by the server specific configuration files to make the needed connections and listen on the correct ports. See "Running" on the Wiki for information on starting servers. |
Sign in to add a comment