From 54f849ddf77fbe4c31c8ebd941ebdddee34806f3 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 19 Jun 2007 17:10:41 +0000 Subject: [PATCH] 2007-06-19 Sancho Lerena * bin/pandora_recon: Threads is not a good idea, we need to use fork() in the future. At this moment, multithread disabled for recon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 1adf7b5e8b..41c56e61aa 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -2,6 +2,9 @@ * bin/PandoraFMS/DB.pm: Added support to timeframe alerts. + * bin/pandora_recon.pl: Threads is not a good idea, we need to use fork() + in the future. At this moment, multithread disabled for recon. + 2007-06-18 Manuel Arostegui * specs/fedoracore5/pandora_server.spec: Added some useful tips.