Ticket #2 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

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

Changed 3 years ago by scottmc

  • priority changed from critical to major

Changed 3 years ago by scottmc

  • status changed from new to closed
  • resolution set to wontfix

Changed 2 years ago by scott

  • milestone ListManagement deleted

Milestone ListManagement? deleted

Note: See TracTickets for help on using tickets.