Bind-ports-after-start

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
(renamed tag to directive)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
[[Category:Configuration]]
 
[[Category:Configuration]]
  
The <bind-ports-after-start/> tag tells Resin to wait until initialization completes before listening to external TCP ports.
+
The <bind-ports-after-start/> directive tells Resin to wait until initialization completes before listening to external TCP ports.
  
 
This delay can help [[load balance|load balanced]] configurations response more quickly and reliabily as a server is restarting.
 
This delay can help [[load balance|load balanced]] configurations response more quickly and reliabily as a server is restarting.
Line 8: Line 8:
 
   <server>
 
   <server>
 
     <bind-ports-after-start/>
 
     <bind-ports-after-start/>
 
+
 
     <http server-id="" port="8080"/>
 
     <http server-id="" port="8080"/>
 
    
 
    

Latest revision as of 20:20, 21 February 2006


The <bind-ports-after-start/> directive tells Resin to wait until initialization completes before listening to external TCP ports.

This delay can help load balanced configurations response more quickly and reliabily as a server is restarting.

<resin xmlns="http://caucho.com/ns/resin">
  <server>
    <bind-ports-after-start/>

    <http server-id="" port="8080"/>
  
     ...
  </server>
</resin>
Personal tools