由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - timer(linux/g++)?
相关主题
问个关于socket问题accurate C++ timer
[合集] 请教一个Linux系统编程的问题请教一下,怎么控制发送UDP的速度?
boost的deadline_timer要多脑残才能整出来?[合集] 急问: Visual Basic Timer Problem
linux进程stopped和terminated有什么区别? (转载)[合集] 请问这个process and timer的问题怎么实现?
想知道家在linux下都有什么c++ socket libraryBoost C++ Libraries, 大家看哪些部分? (转载)
How to set a timer in C?Java如何实现自动消失的消息框? (转载)
如何实现微秒精度的time stamp请教一个linux下的POSIX timer的问题。
web page programming 问题How to measure CPU time spent on a code block (with C or C++)?
相关话题的讨论汇总
话题: linux话题: timer话题: anybody话题: recieve话题: stops
进入Programming版参与讨论
1 (共1页)
b****p
发帖数: 207
1
Anybody know how to set up a timer for socket? (Linux, g++)
If the client doesn't recieve server's response at T seconds, it stops
waiting.
3x!
a**a
发帖数: 416
2
select?

【在 b****p 的大作中提到】
: Anybody know how to set up a timer for socket? (Linux, g++)
: If the client doesn't recieve server's response at T seconds, it stops
: waiting.
: 3x!

b****p
发帖数: 207
3
?? more details?

【在 a**a 的大作中提到】
: select?
c********e
发帖数: 383
4
check select/poll's man page. its very straig forward.

【在 b****p 的大作中提到】
: ?? more details?
b****p
发帖数: 207
5
I see. thanks!

【在 c********e 的大作中提到】
: check select/poll's man page. its very straig forward.
r***r
发帖数: 181
6
man select or poll

【在 b****p 的大作中提到】
: Anybody know how to set up a timer for socket? (Linux, g++)
: If the client doesn't recieve server's response at T seconds, it stops
: waiting.
: 3x!

1 (共1页)
进入Programming版参与讨论
相关主题
How to measure CPU time spent on a code block (with C or C++)?想知道家在linux下都有什么c++ socket library
C++ timer class for multithreads?How to set a timer in C?
老哥使用的一项技术: extern定义全局变量如何实现微秒精度的time stamp
data consistencyweb page programming 问题
问个关于socket问题accurate C++ timer
[合集] 请教一个Linux系统编程的问题请教一下,怎么控制发送UDP的速度?
boost的deadline_timer要多脑残才能整出来?[合集] 急问: Visual Basic Timer Problem
linux进程stopped和terminated有什么区别? (转载)[合集] 请问这个process and timer的问题怎么实现?
相关话题的讨论汇总
话题: linux话题: timer话题: anybody话题: recieve话题: stops