Size: 318
Comment:
|
Size: 866
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* thread pool 1. Refer to the SAFplus C thread pool for guidelines. 1. support min thread, max threads 1. reuse threads 1. pass in a class with Callable interface to run the thread 1. thread pool should time how long the thread is running for and log and assert if the thread runs for too long. 1. base class should provide int stuckTimer; that specifies the # milliseconds before thread is stuck. 1. Base class provides start time, end time member 1. Base class provide Callable* object for when the job is complete |
SAFplus 7 Roadmap
- Reconnect Mgt to Netconf, SNMP
- Replicated Checkpoint
- Support Transactions in generated Mgt code
- extension to specify common directory for imported .yang
- extension to generated code as xxxGenerated and then provide derived class xxx: public xxxGenerated for customization
- thread pool
- Refer to the SAFplus C thread pool for guidelines.
- support min thread, max threads
- reuse threads
- pass in a class with Callable interface to run the thread
- thread pool should time how long the thread is running for and log and assert if the thread runs for too long.
- base class should provide int stuckTimer; that specifies the # milliseconds before thread is stuck.
- Base class provides start time, end time member
- Base class provide Callable* object for when the job is complete