Open Bug 1621291 Opened 5 years ago Updated 2 years ago

[socket process] Make it possible to send IPC directly from socket thread on socket process

Categories

(Core :: Networking, task, P3)

task

Tracking

()

People

(Reporter: kershaw, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [necko-triaged])

Currently, all IPC messages from socket process must go through PSocketProcess protocol.
Since PSocketProcess is created on main thread, we have to dispatch an event to main thread if we are on socket thread. To avoid and reduce this event dispatching, we could introduce a new top level protocol from socket thread on socket process to main thread on parent process.

Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee: nobody → kershaw
Priority: P2 → P3

Not working on this actively.

Assignee: kershaw → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.