Open leemgs opened 3 years ago
:octocat: cibot: Thank you for posting issue #709. The person in charge will reply soon.
Do shell scripts really incur noticeable overheads?
@leemgs Can you please describe the overhead you are talking about? Is it related to the fork done with subshells or just optimization of certain shell-based operations used in TAOS-CI?
As we all know, the shell (e.g., bash) script is easy-to-use and portable. However, at this time, we need to think about the overhead of the complex shell statements.
So, we need to find an appropriate technique to do not generate a system overhead of the server.
TODO