in reply to Re: ICAP server implementation in Perl
in thread ICAP server implementation in Perl
Hi Ken,
Net::xAPP module provide an interface to Internet Calendar Access Protocol. The Squid proxy contain a interface to the ICAP (Internet Content Adaption Protocol ) server. The only known by open source ICAP servers are in C written, except a very old implementation in python.
The ICAP server use external modules for content scanning or virus check. I can't write these modules in C, and Perl will be perhaps to slow. My intention was to write itself a ICAP server in Perl to simplify the application to eliminate some overhead between ICAP server and ICAP modules.
I'll think about a solution.
Thanks and best regards, Josef