# File lib/thinking_sphinx.rb, line 217
  def self.sphinx_running_by_pid?
    !!sphinx_pid && pid_active?(sphinx_pid)
  end