53df6323c8
Separate the "interface specification" into multiple individual, shorter pages. Also update some outdated parts and replace references to OpenBeOS with Haiku. Change-Id: I86baa9a78c5f7a8a3c4c7aa3ac2992714afecae6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6084 Tested-by: Automation <automation@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
23 lines
497 B
ReStructuredText
23 lines
497 B
ReStructuredText
Messaging
|
|
=========
|
|
|
|
Inter-Application Messaging
|
|
---------------------------
|
|
|
|
The details of messaging are depicted under Process
|
|
Management::BApplication.
|
|
|
|
Drag-and-drop
|
|
-------------
|
|
|
|
Methods
|
|
-------
|
|
|
|
Messaging with the app_server is not done using BMessages because of the
|
|
overhead required to send them costs time and speed. Instead, ports are
|
|
utilized indirectly by means of the PortLink class, which simply makes
|
|
attaching data to a port message easier, but requires very little
|
|
overhead.
|
|
|
|
|