25#Each virgo_clone() client has a PRG which is queried (/dev/random or /dev/urandom) to get the id of the host to send the next virgo_clone() function to be executed
26#Expected number of requests per node is derived as:
27#expected number of requests per node = summation(each_value_for_the_random_variable_for_number_of_requests * probability_for_each_value)
28#=expected number of requests per node = (math.pow(N, k+2) - math.pow(N,3) + math.pow(N,2) - 1) / (math.pow(N, k+3) - 2*math.pow(N,k+2) + math.pow(N,k+1))
29#where N is number of processors and k is the number of requests
Generated on Tue Jul 15 2014 13:51:28 for Krishna iResearch Intelligent Cloud Platform - VIRtual Generic Os - VIRGO - Linux kernel extensions for cloud by 1.8.6