Hello, I ran into problems a while back. I'm not sure if it's been resolved, but I was only doing theoretical testing. Search the archives for maximum number of file descriptors. As far as I remember, collection.close() was not actually doing anything, so java was running into problems with the maximum number of simultaneous open files/file descriptors on the underlying operating system (ulimit -n). Furthermore, IIRC, creating a database instance will open up all the collections, even if you only use one of them. Not sure about that, though.
David On Tue, 21 Oct 2003, Julie McCabe wrote: > Hello, > > I am interested in knowing the number of threads which can access a collection > concurrently? I am using java 1.4.1_02, tomcat 4.1.24 and xindice 1.1b. I > am processing 60 items which require hits to 3 different xindice collections > and they are processed by a thread pool. I have received exceptions while > processing and was wondering about the limits of xindice? Are there ant > specs on this? > > Many thanks, > Julie. > -- > >