Changes between Initial Version and Version 1 of Ticket #55041, comment 2
- Timestamp:
- Oct 9, 2017, 1:38:01 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55041, comment 2
initial v1 3 3 What about the rest? Each tcl script we run, and we run several for each subport, has to start tclsh and initialize the ports system. Is there a way we can initialize the ports system just once per subport and get all the information we need? 4 4 5 We have `$(sysctl -n hw.activecpu)` CPU cores. Is there a way we can check that many ports at the same time?5 We have `$(sysctl -n hw.activecpu)` CPU cores. Is there a way we can check that many ports in parallel?