Skip to content
Snippets Groups Projects
  1. Feb 17, 2015
  2. Feb 16, 2015
  3. Feb 15, 2015
  4. Feb 13, 2015
  5. Feb 12, 2015
  6. Feb 11, 2015
  7. Feb 10, 2015
    • Konstantin Osipov's avatar
      replication: use fibers coio in SUBCRIBE/JOIN · 659670e3
      Konstantin Osipov authored
      Rewrite replication to use cooperative I/O.
      Propagate replication exceptions to the main thread.
      Introduce a function which stats a thread with a running
      event machine in it.
      659670e3
    • Konstantin Osipov's avatar
      replication: run SUBSCRIBE command in a thread · 2051d614
      Konstantin Osipov authored
      Fix a few bugs related to destruction of resources allocated in a
      non-main thread.
      
      Remove replication_prefork() and all the code related to pushing
      a socket into another process.
      Add debug asserts to slab cache, to ensure it's used from a single
      thread only.
      2051d614
Loading