由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EmergingNetworking版 - what's the best TCP patch for linux kernel?
相关主题
The next broadband killer: advanced operating systems?how to connect 1 PC to 2 networks
请教一个TCP连接的问题 (转载)大家怎么自动开启家里的服务器?
外行请教一个问题,port bind to specific IPscp over 10Gbit network performance
请问一个Ad Hoc的问题wireshark/tcp问题
Linksys的wireless router 是不是不支持linux?10G sfp能跟1g nic卡直接连吗?
NIC jacket and patch panel一个pc只有一个NIC,能跟2个不同的subnet connect 吗?
RHEL怎么配置floating IPreactivity has XML accelerator
请问能否在vmware server里面create a dual port NIC?[合集] Cisco怎么想的?现在这么多种类IOS
相关话题的讨论汇总
话题: tcp话题: xml话题: patch话题: kernel话题: gateway
进入EmergingNetworking版参与讨论
1 (共1页)
p*u
发帖数: 2454
1
Like reactivity access/security gateway, it processes incoming XML traffic,
sends HTTP or so requests to back end servers, to invoke web services. after
it gets the responses back, it will assemble XML responses then send back
to clients. I am guessing during this whole process, there must be something
that needs improve. How about a modified TCP/IP stack inside kernel?
e.g., a almost obsolete patch, T/TCP. any ideas?
z**r
发帖数: 17771
2
pure software? then what's the benefit? you still need cpu cycles to process
tcp

【在 p*u 的大作中提到】
: Like reactivity access/security gateway, it processes incoming XML traffic,
: sends HTTP or so requests to back end servers, to invoke web services. after
: it gets the responses back, it will assemble XML responses then send back
: to clients. I am guessing during this whole process, there must be something
: that needs improve. How about a modified TCP/IP stack inside kernel?
: e.g., a almost obsolete patch, T/TCP. any ideas?

p*u
发帖数: 2454
3
i said for the gateway, e.g. reactivity's products.

【在 z**r 的大作中提到】
: pure software? then what's the benefit? you still need cpu cycles to process
: tcp

z**r
发帖数: 17771
4
normally it could be 5 times faster even just offload the tcp stuff to a NIC.
If tcp gets offloaded to an application gateway, it could be 10 times faster
depending on the application type. coz, not only the tcp itself gets speeded,
also the application protocols/payload get compressed, optimized, or whatever
m**t
发帖数: 1292
5
usually the tcp checksum is offloaded to NICs, but not sure how much that
really benefits? XML accelerator can be useful

【在 z**r 的大作中提到】
: pure software? then what's the benefit? you still need cpu cycles to process
: tcp

p*u
发帖数: 2454
6
hehe, my question should be how to design a good offload engine, software.

【在 z**r 的大作中提到】
: normally it could be 5 times faster even just offload the tcp stuff to a NIC.
: If tcp gets offloaded to an application gateway, it could be 10 times faster
: depending on the application type. coz, not only the tcp itself gets speeded,
: also the application protocols/payload get compressed, optimized, or whatever

z**r
发帖数: 17771
7
I think what you need is really a TCP offload engine, right now, there are a
couple of NICs which can support this.

【在 p*u 的大作中提到】
: Like reactivity access/security gateway, it processes incoming XML traffic,
: sends HTTP or so requests to back end servers, to invoke web services. after
: it gets the responses back, it will assemble XML responses then send back
: to clients. I am guessing during this whole process, there must be something
: that needs improve. How about a modified TCP/IP stack inside kernel?
: e.g., a almost obsolete patch, T/TCP. any ideas?

1 (共1页)
进入EmergingNetworking版参与讨论
相关主题
[合集] Cisco怎么想的?现在这么多种类IOSLinksys的wireless router 是不是不支持linux?
XML networking guys?NIC jacket and patch panel
Application acceleration is food for thoughtRHEL怎么配置floating IP
有搞FreeBSD的么?请问能否在vmware server里面create a dual port NIC?
The next broadband killer: advanced operating systems?how to connect 1 PC to 2 networks
请教一个TCP连接的问题 (转载)大家怎么自动开启家里的服务器?
外行请教一个问题,port bind to specific IPscp over 10Gbit network performance
请问一个Ad Hoc的问题wireshark/tcp问题
相关话题的讨论汇总
话题: tcp话题: xml话题: patch话题: kernel话题: gateway