HOW TO
These instructions are for ArcIMS 4.0 users only. Users with ArcIMS 4.0.1 should refer to the ArcIMS help topic "Enabling server recycling" for information.Recycling is an automated method of refreshing system resources by planned restarts of the Spatial Servers. A number of properties related to reycling determine the method, scheduled or periodic; the starting time; and time delay when recycling multiple servers.When a Spatial Server is recycled, all services associated with that Spatial Server will be unavailable during the recycling process. This includes any Virtual Servers (FeatureServer, MetadataServer, ImageServer�) associated with the Spatial Server. The delay parameter allows one Spatial Server to remain active while another is recycling (provided that more than 1 Spatial Server is available). It is recommended that at least 1 additional Spatial Server is used when activating recycling. See the link in Related Information below for details on adding additional Spatial Servers.
Code:
### If recycling is enabled, then the recycleSpatialServer.delay
### parameter must also be set.
recycleSpatialServer.scheme=none
#recycleSpatialServer.scheme=periodic
#recycleSpatialServer.scheme=scheduled
Code:
### If recycling is enabled, then the recycleSpatialServer.delay
### parameter must also be set.
#recycleSpatialServer.scheme=none
recycleSpatialServer.scheme=periodic
#recycleSpatialServer.scheme=scheduled
Code:
### The interval in minutes for ArcIMS Monitor to recycle the ArcIMS
### Spatial Servers. The recycleSpatialServer.period parameter is required
### to be set if the recycleSpatialServer.scheme parameter is set to periodic.
### Example: If the value is set to 720 and the ArcIMS Monitor was started
### at 3 P.M., the first recycling will take place at 3 A.M. the next day.
### Subsequent recycling will be done every 12 hours until the ArcIMS Monitor
### is stopped.
#recycleSpatialServer.period=720
Code:
### If there are more than one ArcIMS Spatial Servers running on
### the ArcIMS Monitor, the ArcIMS Monitor will wait for the set time
### in minutes between recycling of the ArcIMS Spatial Servers.
### The recycleSpatialServer.delay parameter is required to be set
### if recycling of the ArcIMS Spatial Server is enabled.
#recycleSpatialServer.delay=5
Code:
### If there are more than one ArcIMS Spatial Servers running on
### the ArcIMS Monitor, the ArcIMS Monitor will wait for the set time
### in minutes between recycling of the ArcIMS Spatial Servers.
### The recycleSpatialServer.delay parameter is required to be set
### if recycling of the ArcIMS Spatial Server is enabled.
recycleSpatialServer.delay=15
Note:
Additional information on recycling is available in ArcIMS Help. Open Help from any ArcIMS application.
Article ID:000005523
Get help from ArcGIS experts
Download the Esri Support App