Changes between Version 4 and Version 5 of libroar/plugins


Ignore:
Timestamp:
03/20/12 14:36:14 (12 years ago)
Author:
ph3-der-loewe
Comment:

Clearify the usage of AppSched?

Legend:

Unmodified
Added
Removed
Modified
  • libroar/plugins

    v4 v5  
    3333||WAIT     ||This is to ask the plugin to block and wait for new work to be done. This is normally used to wait for new IO events such as data from clients or X11 events. This can block for a long time. UPDATE is called soon after this returned so you do not need to call it from here. || 
    3434 
     35Every AppSched using application (every should in fact!) will send INIT, FREE and UPDATE. The usage of TICK and WAIT is optional by the application. 
     36 
    3537== Context separation == 
    3638The Plugin API supports context separation. This means that the plugin runs in it's own context and will not see the context of the host application or of other plugins. This also allows the same plugin to be loaded multiple times without them interacting.