Ignore:
Timestamp:
11/12/09 17:08:03 (14 years ago)
Author:
ramonb
Message:

job_monarch/overview.php,
job_monarch/index.php:

  • old code cleanup

job_monarch/index.php,
job_monarch/image.php,
job_monarch/jobstore.php

  • rewrote session handling

job_monarch/image.php:

job_monarch/templates/header.tpl:

  • add session to clusterimage
  • (temp?) disabled pie chart

job_monarch/libtoga.php:

  • wrote new SessionHandler? class to handle all sessions
  • DataSource? now uses interactive port so can retrieve only relevant XML
  • disable XML_OPTION_CASE_FOLDING to speed up xml parsing
  • use jobmond poll interval to only reload XML when useful
  • use strpos instead of strstr, should be faster xml parsing
  • dont parse XML in ClusterImage? anymore, instead supply DataGather? object


job_monarch/conf.php:

  • use interactive gmetad port now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/overview.php

    r617 r648  
    3535
    3636$ds             = new DataSource();
    37 $myxml_data     = $ds->getData();
     37//$myxml_data   = $ds->getData();
    3838
    3939$data_gatherer  = new DataGatherer( $clustername );
    40 $data_gatherer->parseXML( $myxml_data );
     40//$data_gatherer->parseXML( $myxml_data );
    4141
    4242$heartbeat      = $data_gatherer->getHeartbeat();
Note: See TracChangeset for help on using the changeset viewer.