On Mon, 20 Nov 2000, Greg Cope wrote:

> Dear All
> 
> This is a little OT - but bear with me.
> 
> I am looking for a simple generic server (prefably OO) that I can use
> for my NON OO stuff.
> 
> I have writen my own, but I am after ideas ....
> 
> One project I've got involves getting HTML (template)files via LWP, and
> uploads them into an IPC cache for HTML::Template.  It needs to accept
> signals so that Apache can HUP it to go get new templates.
> 
> Using a generic server class can enable me to get the code out of
> apache.

I use POE for this. It allows me to have one server and add different
modules for it, including things like an IRC bot, and a TCP/IP
listener. All in the same POE kernel.

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\


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

Reply via email to