I\'ve had some trouble forking of processes from a Perl CGI script when running on Windows. The main issue seems to be that \'fork\' is emulated when running on windows, and
Use Win32::Process->Create with DETACHED_PROCESS parameter