Redian新闻
>
some simple matters take a long long time to have a solution
avatar
some simple matters take a long long time to have a solution# Java - 爪哇娇娃
c*n
1
netty/SEDA/ finally comes down to UNIX select
all these years all these fancy concepts, basically people were still
trying to solve the problem of parallelly handling network/io requests,
until recently the only approach used by industry is to excessively
relying on OS and do
while ( conn = accept() ) {
new Thread(conn).start()
}
amazing this went on for so long and still a lot of servers (not only
web servers, but proprietory servers , for example cassandra) still do
this
avatar
r*l
2
To make thing work, you are good.
To make thing work and keep it simple, you are better.
To make think work reliably, securely, etc. and still keep it simple, you
are the best.

【在 c******n 的大作中提到】
: netty/SEDA/ finally comes down to UNIX select
: all these years all these fancy concepts, basically people were still
: trying to solve the problem of parallelly handling network/io requests,
: until recently the only approach used by industry is to excessively
: relying on OS and do
: while ( conn = accept() ) {
: new Thread(conn).start()
: }
: amazing this went on for so long and still a lot of servers (not only
: web servers, but proprietory servers , for example cassandra) still do

avatar
B*g
3
这个是不是就是大牛之间的相互吹捧?

【在 r*****l 的大作中提到】
: To make thing work, you are good.
: To make thing work and keep it simple, you are better.
: To make think work reliably, securely, etc. and still keep it simple, you
: are the best.

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