> At 06:10 PM 3/28/97 -0800, Nadim Saeed wrote:
> >What's the difference between the following two statements
> >
> >+ Exec xterm -T Local &
> >+ Exec exec xterm -T Local &
>
> None. It *used* to make a difference in version 1, where you had to
> specify exec if you wanted it prepended to the command. This is version
> 2 syntax, however, and version 2 *always* tacks the exec on, if you
> didn't specify it. Really, it does.
Sorry, my process table disagrees. Running 2.0.45, any command of the form:
Exec sub-command
versus
Exec exec sub-command
leaves a shell process wrapping sub-command, waiting to it to terminate. By
changing all my "Exec" instances to "Exec exec", I get an immediate savings
of 7 processes when I first login, before I really start to run applications.
Randy
--
===============================================================================
Randy J. Ray -- U S WEST Technologies IAD/CSS/DPDS Phone: (303)595-2869
Denver, CO rjray_at_uswest.com
"It's not denial. I'm just very selective about the reality I accept." --Calvin
===============================================================================
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Apr 03 1997 - 10:38:20 BST