Re: production mail server in Perl, was Re: asynchronous execution
[email protected] (Perrin Harkins) Tue, 26 Nov 2002 23:59:15 -0500
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <[email protected]> |
Bas A.Schulte wrote: > What I like even more is that it's built upon a generic server framework > (Avalon/Phoenix) that is also used by totally different types of servers > (e.g. Tomcat). I don't think Tomcat uses Avalon. > Would be great to have a good generic server framework upon which other > types of servers could be built. There are several for Perl. I think the best one will be mod_perl 2, which will allow you to use the Apache framework but replace protocols, process models, etc. as necessary. - Perrin