You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extra/internal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ flowchart TD
320
320
#### Explanation
321
321
322
322
- Preforking improves performance by allowing multiple processes to handle requests concurrently.
323
-
- Linux SO_REUSEPORT and Windows fallback behavior are functionally different; do not assume identical security or scheduling characteristics across operating systems.
323
+
- Linux `SO_REUSEPORT` and Windows fallback behavior are functionally different; do not assume identical security or scheduling characteristics across operating systems.
324
324
- The watchdog routine in each child ensures that they exit if the master process is no longer running, maintaining process integrity.
0 commit comments