Ticket #2 (closed defect: wontfix)
Optimize SMTP Component
| Reported by: | scottmc | Owned by: | scottmc |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SpamZilla | Version: | |
| Keywords: | Optimization | Cc: |
Description
The SMTP Component has a design flaw of sorts, it is implemented in a session-per-connection fasion. The ideal approach, would be to rewrite the Component so it is in fact a Wheel, rather than a component, embedding itself in the calling session and replacing all HEAP data with OBJECT data, and replacing all inline states with object states.
This will astronomically improve the performance of this component, and seeing as it's not that huge of an undertaking, should in my opinion be prioritized early on. This is not for the AlphaZero milestone.
Change History
Note: See
TracTickets for help on using
tickets.