Linux IPC Question:
What are the Advantages and disadvantages of script vs compiled program?

Answer:
While scripts have the advantages of
1) flexibility to change the of script
2) and being more portable.
Compiled executables have the advantages of
1) less memory footprint
2) less execution time.
1) flexibility to change the of script
2) and being more portable.
Compiled executables have the advantages of
1) less memory footprint
2) less execution time.
Previous Question | Next Question |
What are the IPC techniques? | Which Linux distros do you have experience with? |