`

C10k problem (并发一万客户连接问题)

阅读更多

The C10k problem [ 1] refers to the problem of optimising web server software to handle a large number of clients at the same time (hence the name C10k - concurrent ten thousand connections). The problem of web server optimisation has been studied because a number of factors must be considered to allow a web server to support many clients. This can involve a combination of operating system constraints and web server software limitations.[further explanation needed ]

While there are some specialized web servers that can handle more than ten thousand client connections, most web servers currently handle at most ten thousand clients simultaneously.

The problem's name is a numeronym for "ten thousand clients".

 

C10k的问题[1]指的是问题的优化web服务器软件来处理大量的客户同时(因此得名——一万年C10k并发连接)。web服务器优化问题进行了研究,因为有大量的因素需要考虑允许web服务器以支持许多客户。这可能涉及到操作系统的组合约束和web服务器软件的局限性。[进一步解释需要]     虽然有一些专门的web服务器可以处理超过一万个客户端连接,大多数web服务器目前最多一万个客户同时处理。    这个问题的名字是一个numeronym“一万客户”。

 

服务器apache(异步非阻塞运行在jvm)

Apache Deft , asynchronous, non-blocking web server running on the JVM

分享到:
评论

相关推荐

    The C10K problem

    C10K问题,即“如何让服务器同时处理1万个以上的并发连接”,成为了IT行业中的一个热点话题。本文将围绕这一主题,深入探讨解决C10K问题的技术方案和策略。 ### 硬件不再是瓶颈 在早期,硬件性能限制了服务器处理...

    The c10k problem[E文]

    c10k问题是指服务器在面对同时处理成千上万个客户端连接时出现的性能瓶颈问题。这个问题的核心在于如何高效地处理大量并发连接,避免服务器性能下降甚至崩溃。 ### c10k问题背景 随着互联网的发展,用户数量急剧...

    The C10K PROBLEM解决方案 流程图

    C10K问题,一个在IT领域尤其是网络编程中常被提及的概念,指的是如何让一个服务器同时处理超过10000个并发连接的问题。随着互联网的发展,高并发场景越来越常见,如实时通信、在线游戏、大型电商网站等,这使得解决...

    The Reverse C10K Problem for Server-Side Mashups.pdf

    反向C10K问题对于服务器端Mashup而言是一个挑战,但通过采用高级I/O、多线程和事件驱动编程等技术,可以有效解决这一问题。本文提出的解决方案不仅提高了系统的性能和可扩展性,还降低了资源消耗,展现出巨大的潜力...

    django-c10k-demo.zip

    这是一个演示程序,用来实现同时 10000 个并发连接到 Django 。涉及的概念包括:the C10k problem, the WebSocket protocol, the Django web framework, and Python's upcoming asynchronous IO support. ...

    memcached完全剖析

    - **The C10K Problem**: [http://www.kegel.com/c10k.html](http://www.kegel.com/c10k.html) ##### 内置内存存储方式 为了最大化性能,memcached将所有数据存储在其内置的内存存储空间中。这意味着当memcached...

Global site tag (gtag.js) - Google Analytics