| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
67e876ff97 | split udp listener init code into separate file | 13 years ago |
|
|
942c96c96d | move poller timers and polling into a separate thread | 14 years ago |
|
|
db15692f21 | using thread-local-storage for eliminating constant calls to time() | 14 years ago |
|
|
7dc00bd258 | making timers thread-safe | 14 years ago |
|
|
145bbd1f7c |
Prepare for multi-threaded operation
Introduce generic "objects" with reference counting primitives and automatic
resource deallocation when no refs are left ("garbage collection"). Overhaul
poller framework to make extensive use of these objects to allow for future
thread-concurrent operation.
No locking added anywhere yet except in poller. Poller is still not 100%
thread safe, but close.
Valgrind reports no errors or memleaks.
|
14 years ago |
|
|
8d50923508 | good bye poll(), hello epoll_*() | 14 years ago |
|
|
dc7517121d | remove uuid helper code | 14 years ago |