Jaxx Zhang

Results 23 comments of Jaxx Zhang

one more question about the comment in the code ``` // We would normally return None and the request and not panic! ``` The current situation is return `thread_id` or...

`If someone were to build a public facing server out of this, ...` What is `this` here referring to, `secure` or the example we are exploring?

How about the `cover all this logic from a-z`? It looks like a phrase.

> But the translation of "progress" to "interpret & compile" seems wrong. It's kind of important to distinguish the interpretation/compiling og JavaScript and node. V8 is the JavasScript interpreter/compiler. The...

After working for 5 chapters, I'm wondering whether we need to create issues for per chapter. Here are the reasons: - Easy for archiving. - Different languages can share the...

Just like #31 BTW, @cfsamson, would you change the structure or ordering of the book in the future? Considering that, I omit the chapter number.

@cfsamson Awesome. I just forked the repo and have most finished chapter 1 and 2 yesterday. Here are the sentences behind from which I want to know the inner intent...

@cfsamson BTW, can I post the translated parts on [知乎](https://www.zhihu.com)(like chinese version Quora) then I can get some Chinese readers' review and advice. Absolutely, I'll put the original link of...

Thanks sooooo much for your patience!!!! BTW, I am wondering whether I need to @ you every time I have questions or not. > When we talk about concurrency without...

I'm back here again! Here are the parts got me confused in `2_async_history.md` > Typically the programmer `yielded` control to the OS. So In Non-Preemptive multitasking it's programmer who decided...