Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: area=AreaAdapter(request) force time out

Hi Garrett,

> I am reading some mcidas data files directly from a local network disk.
> I use the following in python:
> 
> area=AreaAdapter(request)
> 
> about 10% of the time the hangs up, probably because my local network is
> busy.
> The problem is that it hangs forever.
> 
> Is there a way to put a timer on this so that it will time out after a
> few seconds?
> So that I can try again.

Put the call that hangs inside its own Thread. Have the
Thread do a notify() on an object. Your main line code can
do a wait(timeout_in_ms) on the object, and if area is
still == null, start another Thread to construct another
AreaAdater to retry the read.

Good luck,
Bill
----------------------------------------------------------
Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI  53706
hibbard@xxxxxxxxxxxxxxxxx  608-263-4427  fax: 608-263-6738
http://www.ssec.wisc.edu/~billh/vis.html


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690