You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenty there is little info about what's going on, apart from logging. That one is useful, but, yet again, we use log4j logging, so java.util.logging doesn't cope well.
Info that is currently logged but not accessible in interface:
cpus isolation info (are isolated cpus assignable, or all of them from 1 to N are just assumed to be)
binding info - success/failure, thread-to-cpu relation
binding status (I fugured out that AffinityLock instance fields may be used to deduce this info, but more direct way would be better)
Thank you.
The text was updated successfully, but these errors were encountered:
Well, yes, it is possible to imply, but I fear that this value may mean something else, say, in future versions. I would prefer to just use some interface method for that purpose.
The same goes with isolation info. For instance, I would prefer not to use LockSupport at all if cpu isolation is not set up in the system for some reason. Currently your lib has this info, but does not provide it directly, so user must either receive it by other means, or imply.
Currenty there is little info about what's going on, apart from logging. That one is useful, but, yet again, we use log4j logging, so java.util.logging doesn't cope well.
Info that is currently logged but not accessible in interface:
Thank you.
The text was updated successfully, but these errors were encountered: