Carl Fredrik Samson

Results 89 comments of Carl Fredrik Samson

> So what's the purpose of the sentence here? From the next seveal sentences, I know that the OS is the agent for us to request most hardwares we can...

> This is a recurring problem when we're curious about how this works on three different platforms, but we need some basic understanding of how the different operating systems work...

No problem, I understand that some nuances can get lost and cause confusion. Some parts could probably be written clearer and better on my part as well. I think you're...

@Johnny4Fun Just to inform you. I had to change from the `asm!` macro to the `llvm_asm!` macro (the syntax is the same) to keep the examples working. See this commit...

>It is the word interest that troubles me a lot in Chinese. Can I just convert the sentence into The next step is that we register lisening for read events...

>Does that mean good performance or bad performance? I means good performance. >So compared with using the OS threads, green threads malloc smaller memory for stacks so there is lower...

Thanks for the suggestions. I know this part is "bad" of the exact reasons you point out. Now, I do write a little bit about why and the motivation for...

Thanks for reporting. I see, seems there is no easy fix for that. A workaround would be to set up the same site as a local server. This should be...

It's due to to type inference. We could have written: `let mut events: Vec = Vec::with_capacity(10);` instead to be explicit, but instead the compiler infers it from the code further...

Yeah, but it’s a gitbook so the rendered version is found here: https://cfsamsonbooks.gitbook.io/epoll-kqueue-iocp-explained/ I should probably link to it in the readme as well so it’s easier to find.