Hi Mahesh,

Unfortunately there is no way to set CPU affinity for a Java thread from
the JVM. You can probably build a native library that you can call into via
JNA.

-Endre

On Tue, Aug 23, 2016 at 5:13 AM, Mahesh Govind <[email protected]> wrote:

> Dear Experts,
>
> Is it possible to bind a group of akka actors to a specific core or to a
> processor  .
>
> I have a situation where the machine is having 2 processors with 6
> cores/processor , but I dont have any clue about the distribution of
>  actors .
>
> Is there a java API equivalent of "taskset"  or similiar functionality ?
>
> Regards
> mahesh
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to