1634 |
|
12-Apr-2013 |
amelung |
SOAP Wrapper is now integrated and can be started together with ECSpooler using spoolerctl |
1628 |
|
24-Mar-2013 |
amelung |
Improved logging |
1616 |
|
31-Jul-2012 |
amelung |
Minor changes and improvements. |
1609 |
|
12-Oct-2011 |
amelung |
Preparation for release 1.2.1 which includes minor bugfixes. |
1603 |
|
10-Oct-2011 |
amelung |
Final step for Release 1.2. |
1602 |
|
10-Oct-2011 |
amelung |
Next preparation step for release 1.2 which includes minor bugfixes and improvements. |
1601 |
|
07-Oct-2011 |
amelung |
Preparation for release 1.2 which includes minor bugfixes and improvements. |
1226 |
|
26-Aug-2009 |
amelung |
Correct indention. |
1210 |
|
25-Aug-2009 |
amelung |
Reverted some changes from jel to ensure that spooler and backends are running on other systems than Solaris without 'magic' settings and conditions. |
1105 |
|
19-Oct-2008 |
elkner |
improve logging, fix for erlexec's required env HOME, use pfexec to run tests
as noaccess:noaccess if env var USE_RCTL is set; if env var USE_RCTL is set,
let Solaris guard resources (cpu time, mem) instead of the timer with a fixed
period in user space |
1103 |
|
18-Oct-2008 |
elkner |
use value-by-ref to access global config vars, fix typo in Spooler |
1091 |
|
17-Oct-2008 |
elkner |
*ctl: fix to fullfill service contracts: don't exit with 0 before the
service is running (sync via pipes)
Spooler: avoid waisting cpu cycles like 'while 1: sleep(N) || pass';
don't block on a single job; use Thread.Condition to wake up the queue runner
instead of fixed sleep intervalls
AbstractServer: wait for signal instead of waisting cpu cycles using
while 1: sleep(0.1) for the whole runtime
*.manifest: use :kill method for stoping backends - more reliable than
backendctl ... stop |
1037 |
|
14-Oct-2008 |
elkner |
manifests for all backends |
1033 |
|
13-Oct-2008 |
elkner |
fix logging system
add resource ctrl to scripts |
1031 |
|
11-Oct-2008 |
elkner |
- incompatible changes:
- backendctl::_startBackend() now requires backendHost as param as well
- new features:
- additional command line options to be able to set parameters for
each spooler/backend individually - overwrite default settings in
config.py
- separate logfile per backend
- Solaris Service Fault Management (SMF) support - see startup/
- misc fixes:
- try to set euid only, if started with UID == 0 aka root
- config.py: don't duplicate messages to event.log, i.e. fH disabled |
925 |
|
09-Apr-2008 |
amelung |
Modified logging that way spooler and backends now use separate log files |
857 |
|
17-Jul-2007 |
mxp |
Several changes:
- Backends need no longer be listed in backends/__init__.py
- New spoolerctl command "rmbackend" to remove backends that crashed
or otherwise disappeared
- Introduced root user; some commands now require root privileges |
824 |
|
26-Jun-2007 |
amelung |
Fixed a bug in getResults which causes a TypeError. |
797 |
|
30-May-2007 |
amelung |
Reworked pydoc comments. |
757 |
|
09-May-2007 |
amelung |
Changes from before the disk crash. |
647 |
|
19-Dec-2006 |
amelung |
More sophisticated exception handling in do_queue loop. |
527 |
|
18-Oct-2006 |
amelung |
Some minor changes. |
456 |
|
17-Jul-2006 |
amelung |
Major improvements; some bug fixes. |
413 |
|
04-May-2006 |
amelung |
getStatus now returns a tupel like all other spooler methods . |
402 |
|
03-May-2006 |
amelung |
Backends now use schemata. Corresponding changes in other places. |
313 |
|
08-Mar-2006 |
amelung |
Local variable was not set but used! |
311 |
|
08-Mar-2006 |
amelung |
Improved shutdown behaviour and error message logging. |
303 |
|
07-Mar-2006 |
amelung |
Spooler and AbstractBackend are now drived from AbstractServer to ensure proper signal handling. |
288 |
|
27-Feb-2006 |
amelung |
Using another authorization backend if module crypt couldn't be imported (e.g., on windows os). |
277 |
|
21-Feb-2006 |
amelung |
Replacement for capeserver.py |