[
https://issues.apache.org/jira/browse/DISPATCH-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745877#comment-15745877
]
ASF GitHub Bot commented on DISPATCH-557:
-----------------------------------------
Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/125#discussion_r92235417
--- Diff: src/router_core/router_core_private.h ---
@@ -439,10 +439,28 @@ typedef struct qdr_connection_work_t {
ALLOC_DECLARE(qdr_connection_work_t);
DEQ_DECLARE(qdr_connection_work_t, qdr_connection_work_list_t);
+struct qdr_connection_info_t {
+ const char *container;
+ char *sasl_mechanisms;
+ char *host;
+ bool is_encrypted;
+ char *ssl_proto;
+ char *ssl_cipher;
+ char *user;
+ bool is_authenticated;
+ bool opened;
+ const char *dir;
--- End diff --
I think dir and role should use the enumerated types rather than arbitrary
strings.
> High connection rates cause problems in the Python management agent
> -------------------------------------------------------------------
>
> Key: DISPATCH-557
> URL: https://issues.apache.org/jira/browse/DISPATCH-557
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Management Agent
> Affects Versions: 0.7.0
> Reporter: Ted Ross
> Assignee: Ganesh Murthy
> Priority: Critical
> Fix For: 0.8.0
>
>
> Since connection entities are the only non-configuration (spontaneously
> occurring) entities that are still managed by the Python agent, high rates of
> opening and closing connections causes large CPU overhead in the agent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]