RE: [PHP] Re: Mailing, which is faster

2001-09-06 Thread Matthew Loff


Doesn't PHP exec sendmail when mail() is called anyway?  (Unless you run
another MTA, of course)

I would think they'd take the same amount of time, unless there is
overhead with using popen()

--Matt


-Original Message-
From: Chris Lee [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 06, 2001 2:00 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Mailing, which is faster


benchamrking is a common question with a common answer, "try it
yourself", depending on your situation/hardware/software this will very
greatly from machine to machine.

--

  Chris Lee
  [EMAIL PROTECTED]


"Niklas lampén" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Which is faster (and/or smarter), using function mail() or doing it by

> popen("/blah/sendmail")?
>
>
> Niklas
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Mailing, which is faster

2001-09-06 Thread Chris Lee

benchamrking is a common question with a common answer, "try it yourself",
depending on your situation/hardware/software this will very greatly from
machine to machine.

--

  Chris Lee
  [EMAIL PROTECTED]


"Niklas lampén" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Which is faster (and/or smarter), using function mail() or doing it by
> popen("/blah/sendmail")?
>
>
> Niklas
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]