pnoltes commented on PR #583: URL: https://github.com/apache/celix/pull/583#issuecomment-1616743210
> My review is done. I found the event loop is trickier than I thought: > > * Processing one kind of events should not starve other event processing. Currently, either `fw_handleEvents` or `celix_framework_processScheduledEvents` could run arbitrarily long (see above remarks for details). > > * We should strive for more accurate timer management, i.e. taking the event processing time into account. > > * Network IO or other operations that could block for indefinite duration should be prohibited. I will update the document so that it is documented that Network IO should not be done in scheduled event callbacks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org