On Thu, 16 May 2002, Ken Joy wrote:
> It's not possible right now, though it sounds like it might be useful.... > > I can submit an enhancement request...probably I would add a: > > 'All Locked' > > to the drop down list in the Search Domains page of the RWI (and perhaps an > API call for same). > > Any thoughts? The problem is, as the OpenSRS dev team told me in the past, that OpenSRS does not currently maintain the lock status locally. Instead you query the registry in real-time for lock status. This would cause such a search to be REALLY SLOW. I've already experienced this when I modified our list all domains in a profile routine to include lock status. Storing the lock status locally could also get out of sync with the registry since the registry is authoritive for lock status and the status could possibly be changed by some external process.
