Hi, I want to write mailing list system. There will be some mail packages - groups of e-mails with messages and other parameters. Interface to this system will be via CGI. I think that the best solution will be that each sending task of the mail package should be running in separate process forked by main script. After execution of main script these processes should work in background, and when there will be another execution of main script, it should know that there are child processes that are working or finished. I want to use Mail::Bulkmail in sending process, but I don't know how to get number of sent mails after running sending. I don't know that this will work (specially with CGI) and can be implemented. Interface to this system should show how many packages were sent, are waiting - this requiries some IPC. Pozdrowienia Mirek Rewak [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
