Grid Computing
& (executable=myprog)
(| (&(count=5)(memory >= 74))
(&(count=10)(memory >= 32)))
Create 5 instances of myprog on a machine that has at least
64MB memory or 10 instances on a machine with at least 32MB.
+ (&(count=5)(memory>=64)
(executable=p1))
(&(network=atm)(executable=p2)) Execute 5 instances
of p1 on a machine with 64MB or more, and execute p2 on a
machine with an ATM connection. 11 of 14