Re: [PHP] High-Volume Newsletter Techniques?

2001-11-14 Thread Larry Jeannette II
This is something I am curious about also. We are currently building a system to allow people to maintain/send out newsletters (40,000+). We have done some initial testing of the process (which uses the mail() function) and have found that it takes about 30 - 40 minutes to process 4000 emails.

Re: [PHP] getrusage() not supported

2001-11-13 Thread Larry Jeannette II
According to the docs, it says to check your systems man pages for getrusage. Since they appear to referencing *nix system (no man in NT), my guess is that NT does not support it. In fact, executing getrusage at the NT command prompt gives the 'not recognized internal or external command' error.