[EMAIL PROTECTED] wrote:
Hi,

well  to make it clear -- i need to make a server -- a  constantly running
process --
suppose if  i want to get a daily report of the frequency of all the users
logging in and out on the system  from the daemon written in perl -- how do i do that ?
thanks,
KM
You probably wouldn't need a daemon/server at all if you are just looking for a daily report. You should use whatever facility your particular OS uses for scheduling events, cron on unix, something else which I won't suggest I know about, on Windows or old Macs. That scheduler would then kick off the Perl process which can grab its data, send the report (via email, for example) and then quit.

Would this work, or do you really need a daemon/server?

http://danconia.org


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to