I'm planning on automating the process of generating then uploading the search indices, but am a little concerned about the ftp 'push' process, as this seems a bit unreliable through our firewalls. I'm thinking instead about having a 'pull' mechanism on our web server, running a perl mirroring script.
To make sure that the process is fully reliable, I suppose one should disable searches while the indices are being replaced. Is there any semaphore built into the search.cgi to prevent it carrying out a search - e.g. should I kill one of the zdat files until everything is in place?
To make sure that the process is fully reliable, I suppose one should disable searches while the indices are being replaced. Is there any semaphore built into the search.cgi to prevent it carrying out a search - e.g. should I kill one of the zdat files until everything is in place?
Comment