Server installed and the Notify Daemon running). The files "example1.lisp" & "example2.lisp" give examples of how to use the function (porta).
2.) The function (porta) will obtain a list of computers on the grid from the Tracking Server and attempt to run the portable task on the computer with highest ACR
code is quite simple and could be used within _(promiscuousOS) project
is in clisp? which has super simple net stuff : in porta: (setq stm (socket:socket-connect 17666 best_ip)))
and:
(read-line stm)
issues eval command to resource server running instance
resource server:
(prin1 (eval (read-from-string (read-line))))
and inetd stuff is relevant:
4.) Using your favourite text editor, add the following line to the "/etc/services" file: sgpcs 17666/tcp 5.) Using your favourite text editor, add the following line to the "/etc/inetd.conf" file: sgpcs stream tcp nowait nobody /usr/sbin/cpurs.lisp cpurs.lisp