Feature #69
Improve scheduler performance
Start date:
Due date:
Estimated time:
Resolution:
Description
When setting DEBUG_LEVEL=1 and ignoring crypto related operations, the schedule_job() function shows up in the profiler. This is probably worth some optimizations when running on a system with a lot of IKE_SAs and fully accelerated crypto.
History
#1 Updated by Tobias Brunner over 13 years ago
- Status changed from New to Assigned
#2 Updated by Tobias Brunner over 13 years ago
- Status changed from Assigned to Closed
- Affected version set to fixed
in r4698 by replacing the linked list with a heap.