Topic: multithread in c++ for fpga communication  (Read 5062 times)

Jaffry December 11, 2013, 09:38 PM

  • Member
  • *
  • Posts: 126
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
  • « Last Edit: December 11, 2013, 10:30 PM by Jaffry »

arnaudNL December 12, 2013, 08:34 AM (#1)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
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

Jaffry December 12, 2013, 03:24 PM (#2)

  • Member
  • *
  • Posts: 126
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

arnaudNL December 12, 2013, 05:22 PM (#3)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
Dear Jaffry,


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


Best Regards,
Arnaud

arnaudNL December 12, 2013, 05:22 PM (#4)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
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.