OT: many script or many fork?

Roberto A. Foglietta roberto.foglietta at gmail.com
Wed Jul 25 00:46:21 PDT 2007


Hi to all folks,

 sorry for the OT but I am wondering if it would be better have three
indipendent script which runs concurrently or it is better having only
a script like this:

 while true; do
        [ ... code 1 ... ]
 done &

 while true; do
        [ ... code 2 ... ]
 done &

 while true; do
        [ ... code 3 ... ]
 done

 Thanks in advance,
-- 
/roberto


More information about the busybox mailing list