4
Thanks for your answer brash !
One of my sites is a small intranet for my company. 20 users, maybe 10 concurrent users.
The site is hosted on a small box : P3, 800 Mhz, 528 Mb of RAM. PHP Version 4.3.3, Apache 2.
Everything is working fine. It is fast and reliable. However, I have an issue with the email sending. Sending mail takes forever. I've done some testing and found that even a small script with mail() takes a couple of long seconds... And only for sending 1 email !
Now on the intranet, let's say 10 users have a notification option (by email) on a forum post. When someone replies to it, it takes like 30 secondes for the post to be saved in the DB. If I confiure all the users with Private Message notification instead of email, the same post would take a fraction of second to be saved in the db.
I've tested all the mail configuration possible without any success.
Finally, I have another server with the exact same configuration (hardware and software) at another location hosting another site, and I get the exact same probleme.
Would you (or someone else out there) have some recommendations?
Thanks for any help !