On Tue, Feb 10, 2009 at 11:48 PM, Pat Allan <[email protected]> wrote: > > Hmm, I thought I was testing for the file's existance, but that must > have got changed in some recent pages. Consider it on my list to fix. >
Testing for the file's existence is not enough. The file might exist but the process still not running. This could happen if a server crashes, ts will not start with the start script. It should also test to make sure a process exists named searchd with the pid in the pid file. If not, it should rm the pid file and return false. cheers, steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
