[tor-bugs] #16614 [metrics-lib]: Improve pipelining during data-read, data-parse, parsed-write.

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Jul 19 14:43:34 UTC 2015


#16614: Improve pipelining during data-read, data-parse, parsed-write.
-------------------------+-------------------------
 Reporter:  leeroy       |          Owner:  karsten
     Type:  enhancement  |         Status:  new
 Priority:  normal       |      Milestone:
Component:  metrics-lib  |        Version:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
-------------------------+-------------------------
 Currently metrics-lib isn't using system resources effectively. The steps
 data-read+data-parse block waiting for the parsed result. The result is
 then handed over to a queue for parsed-write. This happens in a loop until
 all data is read. These three steps form a single-core bound execution.

 This ticket documents the effort to improve the way these steps are
 performed.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16614>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list