Linux IPC Question:

What are the Advantages and disadvantages of script vs compiled program?

Linux IPC Interview Question
Linux IPC Interview Question

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.


Previous QuestionNext Question
What are the IPC techniques?Which Linux distros do you have experience with?