Saved Bookmarks
| 1. |
Explain About The Slow Execution Speed Of Shells? |
|
Answer» MAJOR disadvantage of using shell SCRIPTING is slow execution of the scripts. This is because for EVERY command a new process needs to be STARTED. This slow down can be resolved by using pipeline and filter commands. A complex SCRIPT takes much longer time than a normal script. Major disadvantage of using shell scripting is slow execution of the scripts. This is because for every command a new process needs to be started. This slow down can be resolved by using pipeline and filter commands. A complex script takes much longer time than a normal script. |
|