diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2009-01-23 17:10:47 -0500 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2009-01-23 17:10:47 -0500 |
| commit | 099cc0fd7527bc579fa65ca80224db4042eacc2b (patch) | |
| tree | 3a130c261c0ad56a1c791a73284c00c3445381bb /scripts | |
| parent | 0a0a32aaedcba123c5e324ef653270e6660a413b (diff) | |
Eliminate double fork in cobblerd, give cobblerd it's own log, various streamlining; exception logging may have some quirks and the unit tests are a little odd, though it seems to be fairly solid; more work TBD.
Now cobblerd has only one process and invokes API load only once, which should lead to much faster startup and performance.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cobblerd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cobblerd b/scripts/cobblerd index 358d7b61..f28c32b4 100755 --- a/scripts/cobblerd +++ b/scripts/cobblerd @@ -16,7 +16,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. import sys import os -import cobbler.api as bootapi import cobbler.cobblerd as app import logging import cobbler.utils as utils |
