- Sep 04, 2014
-
-
Matthieu Kermagoret authored
Centreon Connector Perl works parsing Perl scripts in a main process. When a script execution is requested, the Connector fork()s itself and child processes run one of the already parsed script. However because of the fork() mechanism, children inherit file descriptors of pipes already open towards previously forked children. This behavior can freeze Centreon Connector Perl (read/write on the other end of pipe maintained alive by a dead process). This commit closes all unnecessary file descriptors in children.
-
- Aug 11, 2014
-
-
Matthieu Kermagoret authored
the Connector. This fixes #5732.
-
- Jan 11, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Jan 07, 2013
-
-
Dorian Guillois authored
-
Dorian Guillois authored
-
- Nov 07, 2012
-
-
Matthieu Kermagoret authored
This fixes #3881.
-
- Feb 13, 2012
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- Jan 20, 2012
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- Jan 19, 2012
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- Jan 18, 2012
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- Jan 17, 2012
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- Sep 14, 2011
-
-
Matthieu Kermagoret authored
-
- Aug 26, 2011
-
-
Matthieu Kermagoret authored
-
- Aug 24, 2011
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-