spatterson has asked for the wisdom of the Perl Monks concerning the following question:
I'm starting to work on a tcp listening daemon in perl, and I'm wondering which of the various Daemon-ish modules people would suggest using these days.
So far I've found IO::Socket::INET mentioned in one of the O'Reilly books (from when 5.004 was current), Net::Server, and Net::Daemon. I could use any of these (or others) but I'm not used to writing perl services so I thought I'd ask for the wisdom of the monastery.
Update: The eventual intent (yes, this is a pet project) is to make an imap server (single user) to access local maildir mailboxes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Which module to create a tcp daemon?
by tirwhan (Abbot) on Nov 15, 2005 at 16:26 UTC | |
|
Re: Which module to create a tcp daemon?
by philcrow (Priest) on Nov 15, 2005 at 16:04 UTC | |
|
Re: Which module to create a tcp daemon?
by zentara (Cardinal) on Nov 15, 2005 at 17:07 UTC |