Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
97168378e8
|
Rename _DEBUG to I2_DEBUG
fixes #7767
|
2014-12-19 12:19:28 +01:00 |
Gunnar Beutner
|
364f1daff8
|
Fix another crash in ThreadPool::Stop
refs #8059
|
2014-12-11 09:45:57 +01:00 |
Gunnar Beutner
|
874970db9e
|
Fix crash in ThreadPool::Stop
fixes #8059
|
2014-12-11 09:34:57 +01:00 |
Gunnar Beutner
|
b5c7e2de4e
|
Make the ThreadPool spawn fewer threads
|
2014-12-06 19:23:27 +01:00 |
Gunnar Beutner
|
d19821c900
|
Properly reset the ThreadPool status in Stop
refs #7822
|
2014-11-28 11:32:37 +01:00 |
Gunnar Beutner
|
ab63fca3d5
|
Make the config parser thread-safe
fixes #7822
|
2014-11-28 06:48:27 +01:00 |
Gunnar Beutner
|
9386a58bf2
|
Implement an experimental variable to limit the number of threads
|
2014-11-16 13:14:42 +01:00 |
Gunnar Beutner
|
7321e45abc
|
Implement support for executing remote commands
fixes #7559
|
2014-11-13 14:54:55 +01:00 |
Gunnar Beutner
|
f20d9010c0
|
Fix deadlock in ThreadPool::Stop
|
2014-11-13 10:00:49 +01:00 |
Gunnar Beutner
|
2d5e9514a5
|
Refactor logging code
|
2014-10-19 17:52:17 +02:00 |
Gunnar Beutner
|
b18f57a745
|
Remove logger_fwd.hpp
|
2014-10-19 14:50:39 +02:00 |
Gunnar Beutner
|
ac32d4b382
|
Improve thread spawning behavior
fixes #7186
|
2014-09-11 11:45:21 +02:00 |
Gunnar Beutner
|
6f2ea6bc08
|
Fix build problems with Oracle Solaris Studio
refs #6896
|
2014-09-02 13:09:17 +02:00 |
Michael Friedrich
|
d20ee37196
|
Fix event command execution not calling finish handler
fixes #6856
|
2014-08-06 17:49:29 +02:00 |
Gunnar Beutner
|
157de9f3bb
|
Fix a situation where some threadpool work items are never executed.
Fixes #6349
|
2014-05-28 15:57:48 +02:00 |
Michael Friedrich
|
076d297931
|
Change log message identifier for libbase.
Refs #6346
|
2014-05-28 14:42:00 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
4cf293837f
|
Change the default number of threads for the ThreadPool class.
Fixes #6279
|
2014-05-23 12:35:18 +02:00 |
Michael Friedrich
|
4296ec3987
|
Change the most chatting log messages to 'notice' severity.
Refs #6070
|
2014-05-22 16:07:57 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
6a8db4035d
|
Fix another couple of compiler warnings.
Refs #5823
|
2014-05-11 08:36:51 +02:00 |
Gunnar Beutner
|
12c8814bd8
|
Fix some more compiler warnings.
Refs #5823
|
2014-05-11 06:43:01 +02:00 |
Gunnar Beutner
|
b119c3285b
|
Change log level for some messages.
Fixes #6072
|
2014-04-29 11:01:28 +02:00 |
Gunnar Beutner
|
951c61ed16
|
Use fewer threads by default.
Refs #6053
|
2014-04-22 20:53:46 +02:00 |
Gunnar Beutner
|
e489c98e6d
|
Make the debug log less spammy.
Refs #4865
|
2014-04-22 07:47:10 +02:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
65b41c51ff
|
Fix compiler warnings in ThreadPool::ThreadPool.
Refs #5349
|
2013-12-17 07:52:26 +01:00 |
Gunnar Beutner
|
79e960f7cb
|
Fix a log message.
Refs #5342
|
2013-12-16 17:23:34 +01:00 |
Gunnar Beutner
|
37179cdf32
|
Improve config compiler performance.
Refs #5327
|
2013-12-13 14:07:37 +01:00 |
Gunnar Beutner
|
553bd3246b
|
Improve compatibility with -fvisibility=hidden.
Refs #5246
|
2013-12-02 11:07:41 +01:00 |
Gunnar Beutner
|
43ab2b69a4
|
Fix handle leak in the ThreadPool class.
Fixes #5078
|
2013-11-21 07:46:12 +01:00 |
Gunnar Beutner
|
39dcf20a89
|
Implement support for stack traces for STL exceptions.
Fixes #5114
|
2013-11-20 21:55:14 +01:00 |
Gunnar Beutner
|
687c88bea0
|
Don't kill too many worker threads at once.
Refs #5050
|
2013-11-15 14:04:03 +01:00 |
Gunnar Beutner
|
979df4e110
|
Create new threads more aggressively right after program start.
Refs #5050
|
2013-11-15 12:36:52 +01:00 |
Gunnar Beutner
|
9a93cc83b3
|
Include thread pool ID in debug messages.
Refs #5050
|
2013-11-15 12:20:19 +01:00 |
Gunnar Beutner
|
375c5a53c6
|
Don't join threads that are already dead.
Refs #4990
|
2013-11-03 10:58:57 +01:00 |
Gunnar Beutner
|
8279fbd633
|
Fix deadlock in ThreadPool::Join.
Refs #4989
|
2013-11-02 10:38:54 +01:00 |
Gunnar Beutner
|
6abf16e6ed
|
Fix deadlock in ThreadPool::Join.
Refs #4986
|
2013-10-31 19:10:36 +01:00 |
Gunnar Beutner
|
bf1a800e39
|
Update copyright information.
|
2013-09-25 07:45:56 +02:00 |
Gunnar Beutner
|
3946c388c5
|
Fix lock contention in ThreadPool::Post.
|
2013-09-18 11:22:52 +02:00 |
Gunnar Beutner
|
db2f7d5bf3
|
Use short name for threadpool worker threads.
|
2013-09-18 09:32:16 +02:00 |
Gunnar Beutner
|
3261ad7106
|
ThreadPool: Add missing lock.
|
2013-09-11 10:42:36 +02:00 |
Gunnar Beutner
|
fe0fb171d0
|
Remove debug code.
|
2013-09-03 14:10:57 +02:00 |
Gunnar Beutner
|
ba6be063b6
|
cluster: Compress log files.
|
2013-09-03 14:05:03 +02:00 |
Gunnar Beutner
|
86e2f3dd81
|
Windows build fix.
|
2013-09-01 06:01:27 +02:00 |
Gunnar Beutner
|
7f52e04a01
|
Implement OS-specific support for thread names.
|
2013-08-30 10:19:32 +02:00 |
Gunnar Beutner
|
52b645ed17
|
Increase minimum number of threads.
|
2013-08-29 15:49:11 +02:00 |
Gunnar Beutner
|
f39f69d390
|
Refactor ASSERT macro.
|
2013-08-28 08:18:58 +02:00 |