aboutsummaryrefslogtreecommitdiffstats
path: root/include/dumb_timer_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* remove thread_local variablesipknHama2015-02-201-8/+2
| | | | | * move thread_local variables forget_cached_date_str, timer_queue into each threads local stack
* fix compile erroripknHama2014-09-121-0/+2
| | | | | | - add consturctor to request - remove unused type using - include "logging.h" from dumb_timer_queue.h (who uses CROW_LOG_DEBUG)
* improve performance by 2xipkn2014-08-171-8/+4
| | | | change to io_service per CPU model
* fixed multithread crashipkn2014-08-161-2/+29
|
* Change to custom timer implementation to increase performanceipknHama2014-08-161-0/+62