由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 被一个sigsegv exception 折腾死了
相关主题
c++下如何实现多线程?java concurrency时,你们用的callable还是runnable?
multithread app的design要注意哪些问题?怎么练习multi-threading,平常工作都是用Java框架
c# multi-threading比java concurrency簡單多了。怎么练习C++ multi-threading?
C++ timer class for multithreads?批判 go
问个multiple core的问题真正的multi-threading是5个thread要5个cpu?那apache是真正的m
新书推荐 working with ruby threads一道编程题 - throw Exceptions
c++11 std thread类 怎么样,大家用过么SIGSEGV,Segmentation fault in Cygwin
Concurrency of assignment statement in Cdoes the system guarantee this? (转载)
相关话题的讨论汇总
话题: sigsegv话题: exception话题: 折腾话题: traffic话题: threads
进入Programming版参与讨论
1 (共1页)
i*******3
发帖数: 129
1
- it only happens with heavy traffic and multiple threads;
- it always happen in a particular code line;
大家有好的建议么?
g*****g
发帖数: 34805
2
Concurrency issue is tricky. Normally I'd do
1. Add as much logging as you can to understand the context
2. Write a load test client to simulate the traffic
Experience is very useful for such issue.

【在 i*******3 的大作中提到】
: - it only happens with heavy traffic and multiple threads;
: - it always happen in a particular code line;
: 大家有好的建议么?

f*****Q
发帖数: 1912
3
Good luck. 最恨多线程了。
1 (共1页)
进入Programming版参与讨论
相关主题
does the system guarantee this? (转载)问个multiple core的问题
如何区分read page fault 和 write page fault新书推荐 working with ruby threads
help on pthreads.....c++11 std thread类 怎么样,大家用过么
C signal SIGFPE 问题Concurrency of assignment statement in C
c++下如何实现多线程?java concurrency时,你们用的callable还是runnable?
multithread app的design要注意哪些问题?怎么练习multi-threading,平常工作都是用Java框架
c# multi-threading比java concurrency簡單多了。怎么练习C++ multi-threading?
C++ timer class for multithreads?批判 go
相关话题的讨论汇总
话题: sigsegv话题: exception话题: 折腾话题: traffic话题: threads