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