Skip to content
Snippets Groups Projects
  1. Aug 06, 2015
  2. Aug 05, 2015
  3. Aug 04, 2015
  4. Aug 03, 2015
  5. Aug 01, 2015
  6. Jul 31, 2015
  7. Jul 30, 2015
    • yang-g's avatar
      remove braces · dc71eeba
      yang-g authored
      dc71eeba
    • yang-g's avatar
      Add a test · d7ead699
      yang-g authored
      d7ead699
    • yang-g's avatar
      notify inside lock · 3d769d7f
      yang-g authored
      3d769d7f
    • Craig Tiller's avatar
      Tune down number of channels for qps_test · 94fad811
      Craig Tiller authored
      94fad811
    • Craig Tiller's avatar
      Exclude uds from default hostname tests · a7957f50
      Craig Tiller authored
      a7957f50
    • Craig Tiller's avatar
      Allow specific pollers to be woken · 5ddbb9d4
      Craig Tiller authored
      Currently, if two threads call grpc_completion_queue_pluck on the same
      completion queue for different tags, there is a 50% chance that we
      deliver the completion wakeup to the wrong poller - forcing the correct
      poller to wait until its polling times out before it can return an event
      up to the application.
      
      This change tweaks our polling interfaces so that we can indeed wake a
      specific poller.
      
      Nothing has been performance tuned yet. It's definitely sub-optimal in a
      number of places. Wakeup file-descriptors should be recycled. We should
      have a path that avoids calling poll() followed by epoll(). We can
      probably live without it right at the second though.
      
      This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows
      machine).
      5ddbb9d4
  8. Jul 28, 2015
  9. Jul 25, 2015
  10. Jul 24, 2015
  11. Jul 23, 2015
  12. Jul 22, 2015
Loading