Hi all, Need some advice:
What I've written is a UDP server that listens for client requests to launch off various SQL query based reports. When it receives a validated UDP client request it forks and runs an SQL query and generates an Excel Spreadsheet file. I'd like for this program to run an a Win2k "Service". I found Win32::Daemon and it look pretty straight forward. My question is does anyone have any good practical experience with this module (any gotchas to be aware of?), and specifically has anyone used this with a script that forks? Will the "fork" conflict with the "Service thread" in any way? Worst case I'll just run it standalone via the "Scheduler", but I'd like to make it "neat" and run it as a Service. Thanks! -Zac Morris http://www.zacwolf.com _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
