mail queue

Thu
26
Sep
Dennis Faas's picture

Process Throttling

Yesterday I wrote about a problem concerning the usage of the mail queue on the infopackets web server. To recap: whenever the Infopackets Gazette newsletter is sent out (to the list of readers), some emails are entered into a temporary holding area ... (called a "mail queue") if they are unable to reach the recipient. This is a potential problem for the infopackets web server because the mail queue can "overflow" and cause the server to run out of storage spac e. Recall: The Mail Queue Polling solution I was able to save the web server from potentially running out of space by ... (view more)

Wed
25
Sep
Dennis Faas's picture

Implementing a Poll for the Mail Queue

With respect to the title of this newsletter: you might be wondering, "What the heck is a poll?" -- better yet, what is a "mail queue?&quo t; Those are definitely good questions. A poll (in computer lingo) is responsible for sending the computer ... a special request -- usually at a specific time frame. A mail queue is a place where emails are deposited on a computer (for example, a web server) where it awaits to be sent or resent at a later time. How it all Works Whenever I send out the Gazette newsletter, some emails don't get through to their destination. These emails are then ... (view more)

Subscribe to RSS - mail queue