Ignore:
Timestamp:
Apr 23, 2010 5:35:28 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
2ee4226
Parents:
9a8cd92
Message:

This seems more robust in calling GetValue?. This was intermittently hanging, I think because of troubles with the SSL state in the caller object. Reinitializing it seems to help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r9a8cd92 rd8442da  
    22742274
    22752275        if self.auth.check_attribute(fid, name):
     2276            self.log.debug("[GetValue] asking for %s " % name)
    22762277            try:
    22772278                v = self.synch_store.get_value(name, wait)
Note: See TracChangeset for help on using the changeset viewer.