Gerald Richter wrote:
> 
> > And if
> > I make the daemon pre-forking (i.e. able to efficiently handle multiple
> > requests in parallel, like apache) then it could be quite useful in a
> > web server environment. Plus, for busy websites you could put the
> > spellcheck server on its own machine, load balance etc.
> >
> 
> You may checkout the modules Net::Deamon and PlRPC on CPAN, which may help
> you to build such a daemon. (Both are used in DBIProxyServer). I have also
> made a patch to Net::Daemon to do preforking, I am not sure if this patch
> has already gone into the version on CPAN. If not, I could send it to you

Thanks Gerald, I will take a look at these modules. I was looking at the
Perl Cookbook (O'Reilly), which seems to have working code ready-to-use.
However, if these modules already do it...

I'll keep you posted on anything interesting, and thanks again

-Neil

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

Reply via email to