[devel] [PATCH 0/1] Review Request for base: Use non-blocking socketpair in sysf_exc module V3 [#3222]

2020-10-27 Thread Minh Chau
Summary: base: Use non-blocking socketpair in sysf_exc module V3 [#3222] Review request for Ticket(s): 3222 Peer Reviewer(s): Thuan, Thang Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3222 Base revision:

[devel] [PATCH 1/1] base: Use non-blocking socketpair in sysf_exc module V3 [#3222]

2020-10-27 Thread Minh Chau
In the scenario that amfnd terminates a huge number of components at once (around 800 components), amfnd catches the sigchild signal from components' processes in signal handler and calls write() to notify amfnd's threads to proceed the component termination. As of this result, multiple blocking

Re: [devel] [PATCH 1/1] base: Use non-blocking socketpair in sysf_exc module V3 [#3222]

2020-10-27 Thread Thuan Tran
Hi Minh, ACK from me. Best Regards, ThuanTr -Original Message- From: Minh Hon Chau Sent: Wednesday, October 28, 2020 5:43 AM To: Thuan Tran ; Thang Duc Nguyen Cc: opensaf-devel@lists.sourceforge.net; Minh Hon Chau Subject: [PATCH 1/1] base: Use non-blocking socketpair in sysf_exc