Bind-ports-after-start

From Resin 3.0

Revision as of 17:40, 29 November 2005 by Ferg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The <bind-ports-after-start/> tag 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