migrate bash process

enrico mastrostefano <[email protected]> Wed, 30 Aug 2006 12:51:11 +0200
Newsgroups gmane.linux.cluster.openmosix.general
Message-ID <[email protected]>
Hi,
I wrote the following simple bash script
just to show a friend how processes migrates:

#!/bin/bash
for ((i=0; i<10000; i++))
do
  for ((j=0; j<10000; j++))
  do
  echo $j > /dev/null
  done
done

Maybe it 's obviuos that bash child can't migrate,
but I never faced it and I can't understand why it
happens.
Does anybodies knows this behaviour?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642