Opened 18 years ago
Closed 18 years ago
#269 closed task (fixed)
Configurable CActive priority for CPjTimeoutTimer in Symbian
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | Symbian-trunk-integration |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When there are (too) many active objects registered too often to the scheduler, PJLIB's CPjTimeoutTimer active object may not get processed.
The solution is to have the priority of CPjTimeoutTimer configurable so that application designer can increase the priority. Default is EPriorityNormal of course.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done. Application can use PJ_SYMBIAN_TIMER_PRIORITY macro to declare what priority should be used by the timer in the usual <pj/config_site.h>.
Default is EPriorityNormal.