- Jul 23, 2015
-
-
Konstantin Osipov authored
Implement a generic inter-cord communication bus and use it in separating network I/O and transaction processor. Split all request processing work into network thread part and transaction processor thread part, and make these parts multi-threading safe. Generalize fiber pool into an own data structure and API. Misc cleanups.
-
- Jul 21, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jul 20, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/iproto.cc
-
Konstantin Osipov authored
-
- Jul 18, 2015
-
-
Konstantin Osipov authored
Conflicts: src/box/iproto.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/iproto.cc
-
Konstantin Osipov authored
When selecting the next buffer to flush, take into account not just its size, but how much of it has already been flushed. This saves a couple syscalls per connection per event loop.
-
- Jul 17, 2015
-
-
Konstantin Osipov authored
Refactor iobuf and extract ibuf/obuf into small allocators library. Fix leaking obuf_destroy() (some slabs could be leaked by destroy). Introduce rename to follow the style of small allocators library.
- Jul 16, 2015
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Display how much memory is used by a fiber, and the total size.
-
- Jul 15, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
port_buf has similar purpose but uses mempool instead of realloc()
-
- Jul 10, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jul 09, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- fix a coding bug/regression in fiber.cc with wrong check of result of the dynamic cast - style fixes - fix initialization of type objects when some members of inheritance hierarchy were excluded from type hierarchy
-
Konstantin Osipov authored
Conflicts: src/box/recovery.cc src/box/xrow.cc
-
Konstantin Osipov authored
-
Sulverus authored
Iproto + wal permission test case Wal writer bug fix port from 1.6.6 remove unused config
-
Alexandr Lyapunov authored
fixed gh-731 : now every rtree has it's own matras instance that is destroyed with rtree, releasing all memory of tree instance
-
Alexandr Lyapunov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Sulverus authored
gh-613 replication conflict test cases gh-613 after review fixes microsleep for CRDT test case, test-run updated CRDT fix
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/ffisyms.cc
-
Roman Tsisyk authored
-
Roman Tsisyk authored
- Jul 08, 2015
-
-
Konstantin Osipov authored
-
bigbes authored
-