Previous Topic

Next Topic

Improving startup time at login

If the initial start time is too slow even after rebooting or restarting IIS, you can edit settings to lower the startup time.

  1. Stop the Workflow Service.
  2. Open the Asi.Workflow.Service.config file.
  3. Find the <SystemParams> section and add the following:
    <!-- Url to the application server this is installed for. -->
    <add key="ImisWebServerUrl" value="http://localhost/iMIS15/"/>
    <!-- Value given in minutes. Default value is 15. -->
    <add key="PingInterval" value="15"/>
    <!-- Comma-separated list. Example value: "http://server1/iMIS15/,http:server2/imispublic/,..." -->
    <add key="AdditionalUrls" value=""/>
  4. Restart the Workflow Service.

    Tip: There is also a "keep-alive" service for all WCM-managed sites, to automatically pre-load sites in IIS if they are restarted, to improve the load time for the first browser request. You control this service through the PublishService.exe.config file.

See Also

Maintaining iMIS

Adding product keys to iMIS

Importing records into iMIS

Implementing a backup plan

Changing application server host names

Changing SMTP server settings

Restoring databases: stopping iMIS services

Resetting system-level SQL authentication passwords

Reapplying updates


ASI logo 15.1.2 Production Release. Updated 2/8/2009 4:16:19 PM
© 2010 by Advanced Solutions International, Inc. All rights reserved.