Changes for page Deployment
Last modified by Gavin Eadie on 2013/07/02 18:57
From version 31.1
edited by David Avendasora
on 2010/11/30 08:12
on 2010/11/30 08:12
Change comment:
There is no comment for this version
To version 30.1
edited by David Avendasora
on 2010/11/30 08:01
on 2010/11/30 08:01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,8 +11,6 @@ 11 11 * **[[WO:wotaskd]]** - a daemon whose main task is to start up instances of your applications when the application server (host) is restarted. wotaskd also receives lifebeats from your application instances. If wotaskd stops receiving lifebeats after a certain amount of time it will assume that your application is dead. 12 12 13 13 * **HTTP Adapter** - This is an application that serves as the interface between your web server and your application instances. The HTTP adaptor routes requests from the web server to the appropriate application instance and sends the responses generated back to the web server. The adaptor does this while performing load balancing to distribute an application's users among its active instances. Load balancing helps to spread the user load of your site evenly across your application hosts. 14 -** Apache Adapter: [[mod_WebObjects]] 15 -** IIS Adapter: 16 16 17 17 * **Webserver (Apache, IIS)** 18 18