由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - in what case you still want to use process instead of threa (转载)
相关主题
gdb stl 调试问题SQL debug step into a store procedure from another one (转载)
how to debug mpi?大家不觉得这篇文章很有道理么?未来语言的趋势?
能否给些讲debug经验的文章和书籍 (转载)How to sort a map in C++ STL based on Value, instead of Key
一个debug的问题[合集] 用鼠标用的手痛咋办
不同compiler速度可以差很远吗?Re: javadoc for C++?
After build,how to run the program on visual C# 2008c++ linking problem
问个超简单的C问题Questions about MAKEFILE
C++现在写起来真舒服啊大家在linux下面用什么C++的IDE呢?
相关话题的讨论汇总
话题: threa话题: process话题: instead话题: still话题: want
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
【 以下文字转载自 Linux 讨论区 】
发信人: wds (心开运就通,运通福就来), 信区: Linux
标 题: in what case you still want to use process instead of thread in linux ?
发信站: BBS 未名空间站 (Tue Oct 15 11:15:57 2013, 美东)
ppl are saying they are the same in linux
f******y
发帖数: 2971
2
When you code/libs are not thread safe.

linux ?

【在 w*s 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: wds (心开运就通,运通福就来), 信区: Linux
: 标 题: in what case you still want to use process instead of thread in linux ?
: 发信站: BBS 未名空间站 (Tue Oct 15 11:15:57 2013, 美东)
: ppl are saying they are the same in linux

p*****2
发帖数: 21240
3
ruby and python
w*s
发帖数: 7227
4
for debugging purpose, if you have 2 processes with same name, will that be
harder ?

【在 f******y 的大作中提到】
: When you code/libs are not thread safe.
:
: linux ?

a****n
发帖数: 1887
5
still? 我咋看到越来越多的项目用multi-process代替multi-thread
1 (共1页)
进入Programming版参与讨论
相关主题
大家在linux下面用什么C++的IDE呢?不同compiler速度可以差很远吗?
新手弱问:怎么让VC记住新添加的库文件?After build,how to run the program on visual C# 2008
error while building gcc问个超简单的C问题
exe built by visual studio 2005,cannot run?C++现在写起来真舒服啊
gdb stl 调试问题SQL debug step into a store procedure from another one (转载)
how to debug mpi?大家不觉得这篇文章很有道理么?未来语言的趋势?
能否给些讲debug经验的文章和书籍 (转载)How to sort a map in C++ STL based on Value, instead of Key
一个debug的问题[合集] 用鼠标用的手痛咋办
相关话题的讨论汇总
话题: threa话题: process话题: instead话题: still话题: want