Hi,
Here's the scenario: I have two application A & B. A is used by Web Users where B is used internally. Some operations carried by the web users of A require sending emails immediately. the problem is that Application B sends mass emails every day at 3:00(500-2000) which affects those using A as far as their email confirmations are concerned.
I need some ideas to deal with this issue.
Thank you
A
-
Email- Design Question (3 messages)
- Posted by: ahmed tantan
- Posted on: September 11 2003 11:28 EDT
Threaded Messages (3)
- Email- Design Question by Kumar B on September 11 2003 14:04 EDT
- Email- Design Question by ahmed tantan on September 11 2003 15:37 EDT
- Email- Design Question by Paul Strack on September 11 2003 04:08 EDT
- Email- Design Question by ahmed tantan on September 11 2003 15:37 EDT
-
Email- Design Question[ Go to top ]
- Posted by: Kumar B
- Posted on: September 11 2003 14:04 EDT
- in response to ahmed tantan
Looks like your SMTP server is getting more requests than it can handle. Think about increasing it's capacity - no. of cleint connections,sockets etc. -
Email- Design Question[ Go to top ]
- Posted by: ahmed tantan
- Posted on: September 11 2003 15:37 EDT
- in response to Kumar B
That is exactly what the problem is. I need to start thinking about how configure SendMail. -
Email- Design Question[ Go to top ]
- Posted by: Paul Strack
- Posted on: September 11 2003 16:08 EDT
- in response to ahmed tantan
Set up of a separate mail server for the two applications. The web application in particular should be able to get away with a very simple mail server, such as the Open Source James server from the Apache group.