You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
If you have enough threads they only fit in virtual memory with a 64-bit address space, they're practically guaranteed never to be in cache when they wake up. This might be absolutely fine for many use cases, but for many others it's completely unacceptable. I'm pretty sure that having different non-functional requirements than you does not make me a chimpanzee.Useless– Useless2021-11-17 20:03:01 +00:00Commented Nov 17, 2021 at 20:03
-
@Useless first, please don't take it personally ;-) the experiment was actually projected towards corporate rules and authors were pointing that humans often fall a victim of such bias as well. I myself have fallen into it few times at least. Now for the memory: current machines don't have enough physical RAM to handle enough requests to fill virtual address space. The biggest successful squeeze per machine in real life service I've seen was about 10_000. Generally the amount of cache should be proportional to the amount of RAM, that's why putting 256GB RAM into a main-board with small...morgwai– morgwai2021-11-17 20:11:23 +00:00Commented Nov 17, 2021 at 20:11
-
I'm not upset about the simian simile, just pointing out that my performance constraints are real, even though they're different to yours.Useless– Useless2021-11-17 20:14:21 +00:00Commented Nov 17, 2021 at 20:14
-
1@JimmyJames yes :) I've just updated my answer regarding the cache hits. Thanks again for the fruitful discussion!morgwai– morgwai2021-11-17 21:51:49 +00:00Commented Nov 17, 2021 at 21:51
-
1Yes, this has been very informative. My belief/argument is that the push has been around scalability. The idea being that an (IO bound) webserver can handle more concurrent requests using async requests. Your points have made me question some of my assumptions around this which is great.JimmyJames– JimmyJames2021-11-17 21:55:42 +00:00Commented Nov 17, 2021 at 21:55
|
Show 7 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you