由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问一个用Visual Studio开发Multithread程序的问题
相关主题
openMP or boost::thread (pthread) for multithreading ?c++11 std thread类 怎么样,大家用过么
Pthread support on Windows XPjava concurrency
学习multi threading, 有什么好书?这文章貌似说明了Java EE对多核编程的看法。
有啥比较好的multithreaded C++ project?这里有没有多线程算法的专家?
请教c++ multithreadingMulti-thread可以mutex锁资源,Multi-process怎么锁资源?
有专门介绍multithreading编程的书吗请教multi-threading工具 (转载)
想知道家在linux下都有什么c++ socket libraryhelp on pthreads.....
单开主题:为何痛恨pythonWindows XP与Multithreading Programming
相关话题的讨论汇总
话题: cilk话题: visual话题: studio话题: linux
进入Programming版参与讨论
1 (共1页)
E*****7
发帖数: 128
1
Is there anyone here who have experience with using Cilk++ under Visual
Studio IDE to develop Multithreading /Parallelism applications? Is this a
good tool for developing such applications?
I got most updated news: now there are only Linux version of Cilk++ available. The Cilk++ for Windows will come out very soon.
What are other software / tools available to us or those you use? Thanks.
除了Linux / Unix下的Pthread, 大家还用别的什么平台 / 库做Multighreading?
p***o
发帖数: 1252
2
For pthread, try Win32 thread. Or you can find a pthread port to Win32.
If they are too low level. try Intel TBB.

available. The Cilk++ for Windows will come out very soon.

【在 E*****7 的大作中提到】
: Is there anyone here who have experience with using Cilk++ under Visual
: Studio IDE to develop Multithreading /Parallelism applications? Is this a
: good tool for developing such applications?
: I got most updated news: now there are only Linux version of Cilk++ available. The Cilk++ for Windows will come out very soon.
: What are other software / tools available to us or those you use? Thanks.
: 除了Linux / Unix下的Pthread, 大家还用别的什么平台 / 库做Multighreading?

1 (共1页)
进入Programming版参与讨论
相关主题
Windows XP与Multithreading Programming请教c++ multithreading
请教c++ multithreading入门问题有专门介绍multithreading编程的书吗
请教一个在 AIX 下编译运行的问题想知道家在linux下都有什么c++ socket library
再次请教关于AIX中线程以及优先级的问题单开主题:为何痛恨python
openMP or boost::thread (pthread) for multithreading ?c++11 std thread类 怎么样,大家用过么
Pthread support on Windows XPjava concurrency
学习multi threading, 有什么好书?这文章貌似说明了Java EE对多核编程的看法。
有啥比较好的multithreaded C++ project?这里有没有多线程算法的专家?
相关话题的讨论汇总
话题: cilk话题: visual话题: studio话题: linux