1 Processes, Threads and IPC
2 ==========================
4 These pages contain the documentation for Gecko's architecture for platform
5 process and thread creation, communication and synchronization. They live
6 in mozilla-central in the 'ipc/docs' directory.
15 For inter-process communication involving Javascript, see `JSActors`_. They
16 are a very limited case, used for communication between elements in the DOM,
17 which may exist in separate processes. They only involve the main process and
18 content processes -- no other processes run Javascript.
20 .. _JSActors: /dom/ipc/jsactors.html