mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Correct IPC socket path in Browser/ProcessArchitecture.md
This commit is contained in:
parent
c15e0b6596
commit
ec06c47c06
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/spholz Commit: https://github.com/SerenityOS/serenity/commit/ec06c47c06 Pull-request: https://github.com/SerenityOS/serenity/pull/22221 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ This process can decode images (PNG, JPEG, BMP, ICO, PBM, etc.) into bitmaps. Ea
|
|||
### How processes are spawned
|
||||
|
||||
To get a fresh **WebContent** process, anyone with the suitable file system permissions can spawn one by connecting to
|
||||
the socket at `/tmp/user/%sid/portal/webcontent`, with `%sid` being the current login session id. This socket is managed
|
||||
the socket at `/tmp/session/%sid/portal/webcontent`, with `%sid` being the current login session id. This socket is managed
|
||||
by **
|
||||
SystemServer** and will spawn a new instance of **WebContent** for every connection.
|
||||
|
||||
|
|
Loading…
Reference in a new issue