Skip to main content
markireland
Known Participant
July 20, 2009
Question

neo-registry.xml on Solaris

  • July 20, 2009
  • 1 reply
  • 1000 views

I am running CF8 on Solaris (with a view to moving to Linux)

and my neo-registry.xml has:

<wddxPacket version="1.0">
        <header/>
        <data>
                <array length="1">
                        <struct type="coldfusion.server.ConfigMap">
                                <var name="time_delay">
                                        <string>60000</string>
                                </var>
                        </struct>
                </array>
        </data>
</wddxPacket>

Will this cause problems? (Say with changes to mappings)

What is the time_delay anyway?

Thanks

    This topic has been closed for replies.

    1 reply

    July 22, 2009

    It shouldn't cause issues and the time delay is how often it updates the registry.

    "  This is the configuration file for the registry service and controls the frequency for updates to the cf.registry file on Unix configurations. "

    markireland
    Known Participant
    July 29, 2009

    So its 60000 milliseconds?

    What happens if backups are running?