Carlos German Tejero schreef:
Hi Vincent:
I have many questions, on how work a Lazarus Daemon Application. In unix a Daemon is a process that forks, close the stdin-stdout-stderr and running on backgroup. In the SystemV way, put a script in /etc/init.d/ for start/restart/stop the daemon. In windows a Service, is registered with the windows api. One executable (or library) can have one or more services. What is the funcionality of TMapperDaemon? the programmer catch the OnInstal/OnUninstall events for register the Daemon in the System? What is the functionality of TDaemon? is a TThread, then emulates the windows way? Thanks (sorry for my english). The work of FPC team and Lazarus team is WONDERFULL!!

I don't know answers to these questions. Maybe Michael van Canneyt, who contributed these units can give some answers. If I remember correctly, he also promised some examples.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to