Ticket #1106 (closed task: invalid)

Opened 3 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by dgollub

  • Cc bellmich added
  • Status changed from new to closed
  • Resolution set to invalid

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.

Note: See TracTickets for help on using tickets.