On Thu, 2009-07-30 at 13:28 -0400, Dale Worley wrote: > I was looking at some debugging output and I noticed that sipXsupervisor > does not open the registration IMDB table before starting sipXregistrar, > despite that sipXregistry-process.xml declares that sipXregistrar uses > the registration table: > > <imdb required='false' configAccess='read-only'>registration</imdb> > > I think we are running into requirements creep: We use sipXsupervisor > both to test the existence of the corresponding .xml file and also to > ensure that each IMDB table's first opening is done in a single-threaded > manner. But if the .xml file need not exist, the IMDB table still needs > to be opened.
Yes, I think this should be fixed (not much urgency, since only one process ever modifies that table there's no race to worry about). _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
