David Hall
|
87a679e6eb
|
MCOL-513 use a single funcor per thread. ThreadPool was doing one at a time anyway, but in a convpluted way that made it easier to add more if wanted. But it was expensive. Cleanup and polish.
|
2017-02-17 09:46:42 -06:00 |
|
David Hall
|
010d660e5f
|
During BPP destroy, check the joinDataReceived member function to ensure the END_JOINER command has been processed before destroy.
|
2016-08-08 16:38:38 -05:00 |
|
David Hall
|
e2f540553c
|
MCOL-257. Use a shared pointer for the base BPPHandler. If a thread was waiting for execution in the priority thread pool, it was possible for the BPPHandler for which it had a pointer to go out of scope and be destroyed. With a shared ptr, it won't be destroyed until the last thread is done with it.
|
2016-07-28 09:25:49 -05:00 |
|
david hill
|
7d8de28b43
|
MCOL-59, change calpont.xml
|
2016-06-22 16:00:00 -05:00 |
|
david hill
|
e9d96ddc85
|
copyright additions
|
2016-06-01 20:03:20 -05:00 |
|
david hill
|
3a6d4c3fd2
|
Revert "copyright name change"
This reverts commit 7000f6e4f2.
|
2016-06-01 17:54:28 -05:00 |
|
david hill
|
7000f6e4f2
|
copyright name change
|
2016-06-01 14:54:11 -05:00 |
|
David Hall
|
1bd427486c
|
Updated with latest InfiniDB Develop (4.6.6)
|
2016-01-14 10:27:21 -06:00 |
|
david hill
|
f6afc42dd0
|
the begginning
|
2016-01-06 14:08:59 -06:00 |
|