i want to make a procedure and work in a multiprocessor environment.

how can i simulate this environment? is "fork" the right fuction?

suppose i have "

if (($weight >=50) && ($weight <= 60)) {

    # $weight is in the proper range

} else {

     # $weight is outside of the proper range

}"

i want 2 processors work into this simultaniously.

i know that this might not be 100% working i dont mind.



Do You Yahoo!?
Yahoo! Auctions Great stuff seeking new owners! Bid now!

Reply via email to