Ticket #1106 (closed task: invalid)
Send commit Mesages without increasing pendingCounter - for async plugins
| Reported by: | dgollub | Owned by: | dgollub |
|---|---|---|---|
| Priority: | high | Milestone: | OpenSync 0.40 |
| Component: | OpenSync: IPC | Version: | 0.38 |
| Severity: | major | Keywords: | |
| Cc: | bellmich |
Description
The commit function needs to operate async for some plugins.
To not exceed pendingLimit the function should not increase the pendingCounter.
The commit function doesn't need a timeout counter.
So the commit message should be send:
- without timeout
- without increasing the pendingCounter
- (to avoid to exceeding pendingLimit)
Later maybe another pendingList for message without timeouts would be reasonable for performance reasons.
Change History
Note: See
TracTickets for help on using
tickets.

I could imagine this is obsolete since the only case why this was needed was fixed in: #1161 and/or #1105
Michael please correct me if this is valid for SyncML plugin.