I want to create a program to cache pages and images visited from WEB (like a proxy cache) in a MySQL database (or a DB_File) and simple enought to serve only one computer, but make BIG caches.
It wouldn't be too hard, but the problem is: I'm running ActivePerl (perl 5.6.1) on Windows. Fork seems to crash PERL.EXE. The threads suport isn't compiled.
I tried to code a CGI script to open URLs but it is inviable...