Redian新闻
>
network programming dummy question
avatar
network programming dummy question# Programming - 葵花宝典
W*e
1
在权重股的掩护下,我的600215,600207都是连续涨停,但我的绩优股000900是绿的...
avatar
b*s
2
其中至少有一半都给了这些个媒体网站了吧。搜狐新浪上到处都是盛赞。估计连mit也
不能幸免,毕竟随便写篇文上首页就能挣到花花的银子,谁不干呢。
avatar
w*s
3
not familiar with sockets, this is the info,
server talks with multiple clients, each client is running in an embedded
system.
when starts, server and clients can quickly make the connections.
now we use VMs to simulate the clients, all these "clients" run in 1 pc,
still talk with the remote server.
the thing is the connection time takes much longer.
why is this ? if these clients use different ports, can the connection be
faster than all use the same network ports ?
thanks !
avatar
W*e
4
偶的又一个垃圾股快涨停了,600212,这年头群魔乱舞啊

【在 W*****e 的大作中提到】
: 在权重股的掩护下,我的600215,600207都是连续涨停,但我的绩优股000900是绿的...
avatar
f*e
5
你披他,能上首页,也能挣银子啊,你当伪币是个宝啊?

【在 b*****s 的大作中提到】
: 其中至少有一半都给了这些个媒体网站了吧。搜狐新浪上到处都是盛赞。估计连mit也
: 不能幸免,毕竟随便写篇文上首页就能挣到花花的银子,谁不干呢。

avatar
j*a
6
how much time before vm and how much after

【在 w*s 的大作中提到】
: not familiar with sockets, this is the info,
: server talks with multiple clients, each client is running in an embedded
: system.
: when starts, server and clients can quickly make the connections.
: now we use VMs to simulate the clients, all these "clients" run in 1 pc,
: still talk with the remote server.
: the thing is the connection time takes much longer.
: why is this ? if these clients use different ports, can the connection be
: faster than all use the same network ports ?
: thanks !

avatar
o*i
7
觉得是有资金在吸货,垃圾股比绩优大盘股好操作多了
avatar
b*s
8
偶是说站方官方啊。您估计也不过是个棋子罢了。

【在 f******e 的大作中提到】
: 你披他,能上首页,也能挣银子啊,你当伪币是个宝啊?
avatar
w*s
9
was < 1 min for all ~100 client connections,
now > 10 mins,
actually we tried another way, 1 pc running 50 instances of client
simulation,
without VMs,
each client just makes 1 socket connection to the server.
still > 10 mins.
i don't know the internal of the client code.
thanks !

【在 j*a 的大作中提到】
: how much time before vm and how much after
avatar
H*H
10
我怎么没看到多少盛赞啊!
枪手总是有的啦!
avatar
j*a
11
1 pc running 50 VM instances? what hw does this pc use?

【在 w*s 的大作中提到】
: was < 1 min for all ~100 client connections,
: now > 10 mins,
: actually we tried another way, 1 pc running 50 instances of client
: simulation,
: without VMs,
: each client just makes 1 socket connection to the server.
: still > 10 mins.
: i don't know the internal of the client code.
: thanks !

avatar
f*e
12
我不过是个爱红楼的网友,随手写了篇什么,怎么就成棋子了?

【在 b*****s 的大作中提到】
: 偶是说站方官方啊。您估计也不过是个棋子罢了。
avatar
w*s
13
forget about VM for now,
we then tried to run 50 client applications in 1 pc without VM,
each client app makes 1 socket connection to the server.
if they use same port, or different port,
how much is the difference ?

【在 j*a 的大作中提到】
: 1 pc running 50 VM instances? what hw does this pc use?
avatar
b*s
14
不是跟你死磕啊。您要真爱红楼,看了这新红楼后,心里还没有想把李少红杀死一百遍
的愿望,那您是爱红楼爱的还不够,或是叶公好红。

【在 f******e 的大作中提到】
: 我不过是个爱红楼的网友,随手写了篇什么,怎么就成棋子了?
avatar
j*a
15
我不清楚了
你再想想有啥漏了说

【在 w*s 的大作中提到】
: forget about VM for now,
: we then tried to run 50 client applications in 1 pc without VM,
: each client app makes 1 socket connection to the server.
: if they use same port, or different port,
: how much is the difference ?

avatar
f*e
16
我说大孩子,一千个人心里有一千个莎士比亚,这句话听过把?

【在 b*****s 的大作中提到】
: 不是跟你死磕啊。您要真爱红楼,看了这新红楼后,心里还没有想把李少红杀死一百遍
: 的愿望,那您是爱红楼爱的还不够,或是叶公好红。

avatar
w*g
17
不是vm的问题。把程序贴出来吧。

【在 w*s 的大作中提到】
: was < 1 min for all ~100 client connections,
: now > 10 mins,
: actually we tried another way, 1 pc running 50 instances of client
: simulation,
: without VMs,
: each client just makes 1 socket connection to the server.
: still > 10 mins.
: i don't know the internal of the client code.
: thanks !

avatar
b*s
18
就知道您这位也要跳出来。得,您慢慢跳吧。俺可不想在这坛子上吵来吵去的再给李少
红的红雷梦增加海外收视率了。
avatar
w*s
19
it's like the 50 instances are talking with the server one by one,
not parallel.

【在 j*a 的大作中提到】
: 我不清楚了
: 你再想想有啥漏了说

avatar
x*m
20
演员没什么大腕,用不了多少钱,都雇人到处吹了吧?
avatar
n*t
21
sounds like caused by reverse dns lookup...

【在 w*s 的大作中提到】
: not familiar with sockets, this is the info,
: server talks with multiple clients, each client is running in an embedded
: system.
: when starts, server and clients can quickly make the connections.
: now we use VMs to simulate the clients, all these "clients" run in 1 pc,
: still talk with the remote server.
: the thing is the connection time takes much longer.
: why is this ? if these clients use different ports, can the connection be
: faster than all use the same network ports ?
: thanks !

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。