The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-20-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Choose the language appropriate to the task.

Shells are very heavy users of process forking/execing.

Using a language like Perl, C, C++, Java may give a dramatic improvement because they are not continually starting new processes to do tiny tasks.
Reply With Quote