zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Consolidate shell logic to reduce overhead #565

Closed 1000TurquoisePogs closed 1 year ago

1000TurquoisePogs commented 1 year ago

When looking at the process tree i noticed making start.sh run zssServer.sh is counted as 2 processes. This separation isnt really needed with what we are doing, so I inlined all of zssSever.sh content into start.sh and made zssServer.sh point to start.sh for compatibility. This should give us one less process.