Ticket #8190 (new Patch)
Event queue processing modification to improve filezilla client resposibility
| Reported by: | esminis | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | FileZilla Client |
| Keywords: | responsibility | Cc: | |
| Operating system type: | Operating system version: |
Description
Filezilla lags really hard if operations with a lot of files are executed(like upload 100K files with skipping existing files). This happens because wxWidgets event queue gets jammed and everything gets stuck in processing pending events.
This can be fixed by supporting wxWidgets 2.9 and using QueueEvent instead of PostEvent or with fix I attached(it makes sure that only some events are processed from pending event queue in one iteration).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

