shelleycat1
Really Experienced
- Joined
- Apr 26, 2021
- Posts
- 167
I am retired now, and was never that involved in email. But batching up the feedback comments, and doing a count when sending them, seems a very effective way of stopping spam.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you!Yep, received both about 4 hours ago.
It would explain the delays in terms of the curators getting a Round Tuit, depending on their priorities. Perhaps comments on stories perhaps come before private feedback, and both kinds could be behind more pressing concerns such approving new stories.It has been suggested e-mails are scanned for spam, but who knows? How would it be done, and how would it explain the delays?
The batching-emails feature is also an option which to this day remains a configurable option, if not an out-of-the-box default, of a variety of off-the-shelf packages today. My experience mostly comes from several different custom enterprise business applications developed and operated during the period at three different, unrelated companies.Please name at least one program or system that batched the "sending of email messages" - understood to mean introducing messages into the mail delivery system from some other storage system.
We aren’t talking about a home grown alternative. We’re talking about a system which USES a separate purpose-dedicated “mail delivery system” (the email server I referenced) to deliver the mail. Anything but homegrown.. But getting the messages to the mail server for the mail sever to do the delivering-the-mail job is still a job the upstream application has to perform. If it’s lower priority than other performance-sensitive jobs that application has to do, then, mail can be deprioritized temporally and optimized performance-wise by batching the messages.one would pass messages as expeditiously as possible to the mail delivery system, which would have had a far better crash safety record than any home grown alternative
Please name one, so I can look it up.The batching-emails feature is also an option which to this day remains a configurable option, if not an out-of-the-box default, of a variety of off-the-shelf packages today.
In the simplest case, open a TCP connection to localhost+port 25 and talk SMTP, A thousand local mail clients can do that for you taking just your message as input. This has been bog standard technique since the 80s. No batching needed, or necessary. It's just a waste of time and resources (and maybe the consultant fees to maintain white elephants.)But getting the messages to the mail server for the mail sever to do the delivering-the-mail job is still a job the upstream application has to perform.
That sounds like handwaving. I've been a systems architect and developer, and I have no idea what you're talking about. Briefly, if you need to pre-process messages, do so. (E.g., add a disclaimer or other boilerplate.) But at the point you have a message processed - i.e. ready to send - you send it off. You don't batch it.might have performance optimization concerns
Right. So the mail client is a separate application from the one we're talking about. Glad we're clear on that.A thousand local mail clients can do that for you taking just your message as input
No, you batch the other part of that process you just described. You don't get it "ready to send" for free. That can take way more CPU cycles than just sending the message. However - TCP/SMTP can also introduce latency into a process that can't afford it. That's another reason to batch it: You schedule this job for a time when the application doesn't need all its ticks for whatever its real job is. So even if it isn't computationally crippling, it can be temporally crippling and crash an application, if it's already performing marginally.But at the point you have a message processed - i.e. ready to send - you send it off. You don't batch it.
I wonder what Jamie might have said about Lit.(disputed)
Definitely disputed. The word "email" in there is actually a misquote. The real quote instead mentions AI.Every AH thread attempts to expand until it is about email. Those that cannot expand are replaced by ones which can.
— James Zawinski (disputed)