C10k problem

id: c10k-problem-165-14643137
title: C10k problem
text: The C10k problem is the problem of optimizing network sockets to handle a large number of clients at the same time. The name C10k is a numeronym for concurrently handling ten thousand connections. Handling many concurrent connections is a different problem from handling many requests per second: the latter requires high throughput, while the former does not have to be fast, but requires efficient scheduling of connections. The problem of socket server optimisation has been studied because a numb
brand slug: wiki
category slug: encyclopedia
description: Problem of optimising network sockets to handle a large number of clients at the same time
original url: https://en.wikipedia.org/wiki/C10k_problem
date created: 2009-09-14T14:44:11Z
date modified: 2024-08-29T18:23:45Z
main entity: {"identifier":"Q2474734","url":"https://www.wikidata.org/entity/Q2474734"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part