Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple recipe for a simple 2-thread 2-processor scenario? #32

Open
saoj opened this issue Apr 16, 2012 · 1 comment
Open

Simple recipe for a simple 2-thread 2-processor scenario? #32

saoj opened this issue Apr 16, 2012 · 1 comment

Comments

@saoj
Copy link

saoj commented Apr 16, 2012

Hi Peter,

It would be nice to have some recipes on how to use your library. For example: I have two threads and two physical processors. I want to assign each one to its own physical processor. How do I do that? Now I want to make sure they always run in the same physical processor. How do I do that?

I want to test my 2-threaded (consumer-producer) queue under those two very distinct situations. The queue is here: http://mentaqueue.soliveirajr.com

It would be nice to have the "basic of the basic" as recipes in the wiki. If you show me how to do it I can place it in the wiki to help out. Or you can answer my question by updating the wiki.

Thanks!!!!

-Sergio

@peter-lawrey
Copy link
Owner

I will have a look tomorrow.

On 16 April 2012 21:31, Sergio Oliveira Jr.
reply@reply.github.com
wrote:

Hi Peter,

It would be nice to have some recipes on how to use your library. For example: I have two threads and two physical processors. I want to assign each one to its own physical processor. How do I do that? Now I want to make sure they always run in the same physical processor. How do I do that?

I want to test my 2-threaded (consumer-producer) queue under those two very distinct situations. The queue is here: http://mentaqueue.soliveirajr.com

It would be nice to have the "basic of the basic" as recipes in the wiki. If you show me how to do it I can place it in the wiki to help out. Or you can answer my question by updating the wiki.

Thanks!!!!

-Sergio


Reply to this email directly or view it on GitHub:
#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants