Difference between revisions of "17 April 2006"

From Organic Design wiki
m
m
Line 1: Line 1:
 
<table class=document-code><tr><td>
 
<table class=document-code><tr><td>
 
;Peer Update
 
;Peer Update
The peer/jobs (eg. [[Gir/jobs]]) format has changed to allow parameters to be passed to the spawned functions. This means we can have less hardwired code especially in [[commands.pl]]. This is also useful for scheduling the same function with different schedules and parameters.
+
The peer/jobs (eg. [[Gir/jobs]]) format has changed to allow parameters to be passed to the spawned functions. This means we can have less hardwired code especially in [[commands.pl]]. This is also useful for scheduling the same function with different parameters.
  
 
[[nodal-wikid.pl]], the current [[peerd]] instance is now responsible for persistence and propagation of nodal information to the [[peer.swf]]'s via the local [[talk:session.pl|session-handler]]s (renamed from ''interface-handler'').
 
[[nodal-wikid.pl]], the current [[peerd]] instance is now responsible for persistence and propagation of nodal information to the [[peer.swf]]'s via the local [[talk:session.pl|session-handler]]s (renamed from ''interface-handler'').
 
</table>
 
</table>

Revision as of 04:38, 17 April 2006

Peer Update

The peer/jobs (eg. Gir/jobs) format has changed to allow parameters to be passed to the spawned functions. This means we can have less hardwired code especially in commands.pl. This is also useful for scheduling the same function with different parameters.

nodal-wikid.pl, the current peerd instance is now responsible for persistence and propagation of nodal information to the peer.swf's via the local session-handlers (renamed from interface-handler).