Ticket #221 (closed Tasks: fixed)
Improve performance of network receive code
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | LogicMail | Version: | 1.9.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
This ticket is being written ex-post-facto, as a means of referencing work that has already been done. It is also here to serve as a reference for any bugs that may arise, until this work is considered 100% complete and bug-free.
The network receive code in LogicMail is one of the last pieces of code leftover from the Mail4ME project. It is highly inefficient, as it reads data from the socket one byte at a time. This code needs to be rewritten to read data in larger chunks.
The following changesets should refer to this ticket: [679], [680], [685].
Change History
Note: See
TracTickets for help on using
tickets.
