5 --------------------------------------------
6 - Source code documentation
9 - Finish Quickstart Tutorial/Example
12 --------------------------------------------
13 - Implement a size policy which dynamically
14 increase/decrease the pool's size:
15 - init with min/max threads
17 - auto decrease (using timed cleanup tasks)
18 - Add some kind of deadline scheduler
23 --------------------------------------------
24 - Buffering Client Requests: Handle 'bursty' client traffic
25 Some applications need more buffering than is provided by OS I/O subsystem
27 Working on 'active' buffer for boost::iostreams
28 buffer_filter which provides a dynamic amount of buffer objects.
29 buffer_filter uses a threadpool with one thread which provides the buffers to
30 consumer. (TODO Philipp)
32 2nd implemention step:
33 Flexbile configuration: Buffer capacities can be configured according to
34 - maximum number of requests
35 - maximum number of bytes