12.0.0: Difference between revisions
No edit summary |
→FIRM Sysmodules: some details on sm |
||
Line 224: | Line 224: | ||
====FIRM Sysmodules==== | ====FIRM Sysmodules==== | ||
FIRM sysmodules were updated. Specific diffs available below: | FIRM sysmodules were updated. Specific diffs available below: | ||
=====SM===== | |||
Sysmodule has been completely restructured/refactored/rewritten. | |||
* No longer uses CMIF for IPC, now uses new simpler/learner IPC protocol ("tipc", probably "tiny ipc"). | |||
** TIPC is implemented on top of HIPC svcs, same as CMIF was. | |||
* sm: now has a max sessions of 69, up from 61. | |||
** sm:m is maximum 1, for a total of 70. | |||
* There are now two IPC server threads, each of which processes up to 35 handles. | |||
** The new tipc server class has logic for automatically load-balancing new sessions to the least burdened server thread. | |||
<check back for more diffs later> | <check back for more diffs later> | ||