4DSP Support Forum

Public Access => General Discussion => Topic started by: Jaffry on December 11, 2013, 09:38 PM

Title: multithread in c++ for fpga communication
Post by: Jaffry on December 11, 2013, 09:38 PM
hi


hope you are doing fine. I was wondering if any one has an experience of working over multi-threads in c++ to enhance the system performance and add more parallelism to the system.

btw I am using visual studio 2010


Is it possible in VS 2012 or VS 13?


any other experience or idea, changing compiler would be appreciable

any other idea in this regard about this would be appreciable.


Thanks
Jaffry
Title: Re: multithread in c++ for fpga communication
Post by: arnaudNL on December 12, 2013, 08:34 AM
Hello Jaffry,


Multithreading is not about the compiler its about using come functions as CreateThread(). You can help yourself using google or MSDN.


Best Regards,
Arnaud
Title: Re: multithread in c++ for fpga communication
Post by: Jaffry on December 12, 2013, 03:24 PM
hi


thanks for reply


yes I understand this thing. and I was looking to use the #include <thread> library in VS 2010 and later found it does not supported in 2010 or 2012 either. Hence with your response I think this thing can be implemented in 2010 as well with the windows API


thanks


Note: I request you if possible not to close this  topic since I can either share if I learn something for other users to benefit or else can ask something if need to


thanks
Jaffry
Title: Re: multithread in c++ for fpga communication
Post by: arnaudNL on December 12, 2013, 05:22 PM
Dear Jaffry,


I am locking the topic because there are many forums/mailing lists focused on multithreading.


Best Regards,
Arnaud
Title: Re: multithread in c++ for fpga communication
Post by: arnaudNL on December 12, 2013, 05:22 PM
This topic is being closed because the issue is considered as resolved by 4DSP. Feel free to create a new topic for any further inquiries.