josh.putnam> I have a C program I use to determine the number, type and speed josh.putnam> of processors on a solaris system, which I have included at the josh.putnam> end of this message.
If you're running any sort of modern Solaris, why not just use: /usr/platform/`/bin/uname -i`/sbin/prtdiag This will give you more comprehensive information than your C program. --- Send mail for the `bblisa' mailing list to `[EMAIL PROTECTED]'. Mail administrative requests to `[EMAIL PROTECTED]'.
