• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: sysctlbyname( "hw.availcpu" ) fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sysctlbyname( "hw.availcpu" ) fails


  • Subject: Re: sysctlbyname( "hw.availcpu" ) fails
  • From: Terry Lambert <email@hidden>
  • Date: Wed, 27 Jun 2007 13:39:56 -0700

On Jun 27, 2007, at 1:09 PM, James Peach wrote:
On 27/06/07, Steve Checkoway <email@hidden> wrote:

On Jun 25, 2007, at 4:50 PM, Terry Lambert wrote:

> activecpu is the correct name; the manifest constant name was not
> changed because people have existing code that has to compile vs.
> the MIB version of the call.

Okay, I'll use that then.

> The preferred method for all sysctls going forward is to use
> sysctlbyname(), so that's what you should use in new code.

I did wonder about that. All of the examples I've seen on this list
have been of the sysctlbyname() type.

FWIW, sysctl is probably an easier (definitely more portable) way to get at this info:

http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/sysconf.3.html

I think you meant sysconf (that's what the man page points to...)?

There's no portable sysconf()'s for CPU number/activity/SMT/etc. identification. Linux has introduced a couple, but until everyone agrees on scoping rules, it's not going to be safe to implement them, since that may not end up being what The Austin Group decides will make it into the standard, so it's impossible for anyone to adopt the experimental ones Linux uses, and ensure binary backward compatibility AND standards compliance at the same time.

-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: sysctlbyname( "hw.availcpu" ) fails
      • From: Steve Checkoway <email@hidden>
References: 
 >sysctlbyname( "hw.availcpu" ) fails (From: Steve Checkoway <email@hidden>)
 >Re: sysctlbyname( "hw.availcpu" ) fails (From: Terry Lambert <email@hidden>)
 >Re: sysctlbyname( "hw.availcpu" ) fails (From: Steve Checkoway <email@hidden>)
 >Re: sysctlbyname( "hw.availcpu" ) fails (From: "James Peach" <email@hidden>)

  • Prev by Date: Re: sysctlbyname( "hw.availcpu" ) fails
  • Next by Date: Re: sysctlbyname( "hw.availcpu" ) fails
  • Previous by thread: Re: sysctlbyname( "hw.availcpu" ) fails
  • Next by thread: Re: sysctlbyname( "hw.availcpu" ) fails
  • Index(es):
    • Date
    • Thread