7 research outputs found

    The relative effects of prey availability, anthropogenic pressure and environmental variables on lion (Panthera leo) site use in Tanzania's Ruaha landscape during the dry season

    Get PDF
    African lion (Panthera leo) populations have been reduced by almost half in the past two decades, with national parks and game reserves maintaining vital source populations, particularly in East Africa. However, much of the habitats necessary to support lion populations occur in unprotected lands surrounding protected areas. There is an ongoing need for understanding the ecological determinants of lion occurrence in these unprotected habitats, where lions are most vulnerable to extinction. This study evaluated variations in lion site use along a gradient of anthropogenic pressure encompassing the Ruaha National Park, Pawaga‐Idodi Wildlife Management Area (WMA) and unprotected village lands via camera‐trapping. We collected lion occurrence data in the dry seasons of 2014 and 2015, and modelled lion site use as a function of environmental and anthropogenic variables under a Bayesian framework. We recorded 143 lion detections within the national park, 14 in the WMA and no detections in village lands. This result does not imply that lions never use the village lands, but rather that we did not detect them in our surveys during the dry season. Our findings suggest that lion site use was primarily associated with high seasonal wild prey biomass in protected areas. Thus, we infer that human‐induced prey depletion and lion mortality are compromising lion site use of village lands. Seasonal prey movements, and a corresponding concentration inside the park during sampling, could also play an important role in lion site use. These findings reinforce the need to secure large‐bodied prey base to conserve lions, and the importance of protected areas as key refugia for the species

    Distributed garbage collection for mobile actor systems: The pseudo root approach

    No full text
    Abstract. Automatic distributed garbage collection (GC) gives abstraction to grid application development, promoting code quality and improving resource management. Unreachability of active objects or actors from the root set is not a sufficient condition to collect actor garbage, making passive object GC algorithms unsafe when directly used on actor systems. In practical actor languages, all actors have references to the root set since they can interact with users, e.g., through standard input or output streams. Based on this observation, we introduce pseudo roots: a dynamic set of actors that can be viewed as the root set. Pseudo roots use protected (undeletable) references to ensure that no actors are erroneously collected even with messages in transit. Following this idea, we introduce a new direction of actor GC, and demonstrate it by developing a distributed GC framework. The framework can thus be used for automatic life time management of mobile reactive processes with unordered asynchronous communication. This report is an extended version of [42]. It provides more information about how we built a distributed garbage collector with the help of the pseudo root approach. It also shows experimental results for local GC.
    corecore