Project

General

Profile

Statistics
| Revision:

root / trunk / src / haizea / core @ 675

Name Size Revision Age Author Comment
  enact 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
  frontends 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
  scheduler 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
__init__.py 1.31 KB 641 almost 15 years Borja Sotomayor Updated copyright notices.
accounting.py 14.8 KB 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
configfile.py 39.9 KB 669 over 14 years Borja Sotomayor Updated configuration file parser; datafile is ...
leases.py 53.6 KB 675 over 14 years Borja Sotomayor A few minor changes so Haizea will work with Py...
log.py 3.14 KB 675 over 14 years Borja Sotomayor A few minor changes so Haizea will work with Py...
manager.py 44.4 KB 675 over 14 years Borja Sotomayor A few minor changes so Haizea will work with Py...
rpcserver.py 3.46 KB 641 almost 15 years Borja Sotomayor Updated copyright notices.
  • svn:mergeinfo:

Latest revisions

# Date Author Comment
675 09/15/2009 01:09 PM Borja Sotomayor

A few minor changes so Haizea will work with Python 2.4

670 09/04/2009 10:54 AM Borja Sotomayor

Kludge so logging will work before Manager is fully initialized.

669 09/04/2009 10:54 AM Borja Sotomayor

Updated configuration file parser; datafile is now in [accounting], not in [general]

664 09/04/2009 10:30 AM Borja Sotomayor

Switched to a saner implementation for Singleton classes. Required multiple changes all around (which had the indirect side effect of making constructors less dependent on the get_config() function)

659 09/03/2009 01:04 PM Borja Sotomayor

Documented accounting module. Minor fixes to default probes.

658 09/03/2009 05:50 AM Borja Sotomayor

Miscellaneous pylint-induced code cleanup.

653 09/02/2009 06:17 AM Borja Sotomayor

Fixed whitespace that, while ok to Python, made epydoc barf.

652 09/01/2009 12:28 PM Borja Sotomayor

Minor fixes for issues detected when running unit tests after last commits. Also removed several print statements that shouldn't be there.

650 09/01/2009 10:28 AM Borja Sotomayor

Modified the accounting code so information is gathered using "probes" instead of inserting hardcoded statements throughout the Haizea code. Now, collecting additional information involves writing a pluggable probe, instructing the accounting module when the probe must be run (currently this can be at every timestep, when a lease is requested, or when a lease is done). Thus, gathering additional information doesn't require modifying the core Haizea code....

648 08/31/2009 05:58 AM Borja Sotomayor

Made persistence configurable. Documented persistence code.

View revisions

Also available in: Atom