>>>>> "muttu" == muttu <[EMAIL PROTECTED]> writes:
> hello everybody > am writing a scanner using python which has to get the information for > sun's dual processors, so could any one of you please tell me how to > find the number of processors . is there any api's for this You can run /usr/sbin/psrinfo with os.system() and parse the output. Ganesan -- http://mail.python.org/mailman/listinfo/python-list