# File lib/core/connection_driver.rb, line 202
    def process(now=Time.now)
      read
      dispatch
      next_tick = tick(now)
      dispatch
      write
      dispatch
      return next_tick
    end