| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -278,7 +278,7 @@ allows messages to be passed back and forth between the parent and child. See | |||
| 278 | 278 | ||
| 279 | 279 | It is important to keep in mind that spawned Node.js child processes are | |
| 280 | 280 | independent of the parent with exception of the IPC communication channel | |
| 281 | - that is established between the two. Each process has it's own memory, with | ||
| 281 | + that is established between the two. Each process has its own memory, with | ||
| 282 | 282 | their own V8 instances. Because of the additional resource allocations | |
| 283 | 283 | required, spawning a large number of child Node.js processes is not | |
| 284 | 284 | recommended. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments