Ticket #55 (enhancement)
Opened 2 years ago
Last modified 1 year ago
Parallel getting messages with IMAP
Status: closed (fixed)
| Reported by: | pvanhoof | Assigned to: | pvanhoof |
|---|---|---|---|
| Priority: | critical | Milestone: | A first release |
| Component: | libtinymail-camel | Version: | 1.0 |
| Keywords: | Cc: | dirk-jan.binnema@nokia.com, armin@openismus.com | |
TnyCamelFolder will for now still lock in tny_camel_folder_get_msg_async_thread. Once parallel getting messages is fully tested and functional, that lock should be removed.
I tested this without lock, and it clearly interfered, at least partly, with the first connection (causing havoc and great pain for the currently running operation).
Nevertheless is everything in place, and will with the lock the thread just be queued until after the lock (the thread wont be queued, but will only stop waiting for the lock after the operation on the first connection is fully completed).
Attachments
Change History
06/06/07 23:10:41: Modified by anonymous
- cc changed from dirk-jan.binnema@nokia.com to dirk-jan.binnema@nokia.com, armin@openismus-secure.com.
06/14/07 12:58:15: Modified by anonymous
- cc changed from dirk-jan.binnema@nokia.com, armin@openismus-secure.com to dirk-jan.binnema@nokia.com, armin@openismus.com.
06/14/07 13:58:52: Modified by pvanhoof
- status changed from new to closed.
- resolution set to fixed.

This is implemented btw.