F2F Programmer's Reference - Messages


F2F | Documentation | Messages

F2F soft nodes communicate by passing f2f:messages, which may be of 18 different types:

TypeDirectionAcknowledgementDescription
downdownstream The most important downstream type. When a service is requested that is not available at a soft-node, a 'down' packet is created in which to send the request.
down-okupstreamYes 
senddownstream The second most important downstream type. Made by CORE/send{,-internal} sends a packet to a particular soft-node.
send-okupstreamYes 
send2downstream Send to a process and resolved to listeners
send2-okupstreamYes 
signaldownstream Not currently used. Needed for process control
signal-okupstreamYes 
termupstream The most important upstream type. When a thread terminates, a 'term' packet is used to send the results back to the creator.
term-okdownstreamYes 
returnupstream The second important upstream type. Made when CORE/return explicitly sends data back upstream to the originator of the thread.
return-okdownstreamYes 
registerupstream Not currently used. Notify a process of a listener
register-okdownstreamYes 
unregisterupstream Not currently used. Notify a process that a listener stopped listening
unregister-okdownstreamYes 
updateupstream Data which is return back to processes.
update-okdownstreamYes 

Generated 2009-07-19 08:45:08 Europe/London from a docbook.xml by F2F Documentation Module.