You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Jayaram Narayana <na...@india.hp.com> on 2002/03/21 09:48:45 UTC

Load balancing on Xindice

hi!

How does Xindice behave when many (say, 50) concurrent users try to access
data? Does it queue the requests, or handle them in multiple threads?

thanks in advance,
-nani


Re: Load balancing on Xindice

Posted by Kimbro Staken <ks...@xmldatabases.org>.
On Thursday, March 21, 2002, at 09:40 AM, Mark J. Stang wrote:

> What is the definition of a user?   And when is a new thread spawned?

There is no definition of user really. A new thread is spawned for each 
collection instance you create. Yet another reason why you should be 
careful with how you manage collection instances.
>>>
Kimbro Staken
Java and XML Software, Consulting and Writing http://www.xmldatabases.org/
Apache Xindice native XML database http://xml.apache.org/xindice
XML:DB Initiative http://www.xmldb.org
>


Re: Load balancing on Xindice

Posted by "Mark J. Stang" <ma...@earthlink.net>.
What is the definition of a user?   And when is a new thread spawned?

thanks,

Mark

Kimbro Staken wrote:

> On Thursday, March 21, 2002, at 01:48 AM, Jayaram Narayana wrote:
>
> > hi!
> >
> > How does Xindice behave when many (say, 50) concurrent users try to access
> > data? Does it queue the requests, or handle them in multiple threads?
> >
>
> It's multi-threaded.
>
> > thanks in advance,
> > -nani
> >
> >
> Kimbro Staken
> Java and XML Software, Consulting and Writing http://www.xmldatabases.org/
> Apache Xindice native XML database http://xml.apache.org/xindice
> XML:DB Initiative http://www.xmldb.org


Re: Load balancing on Xindice

Posted by Kimbro Staken <ks...@xmldatabases.org>.
On Thursday, March 21, 2002, at 01:48 AM, Jayaram Narayana wrote:

> hi!
>
> How does Xindice behave when many (say, 50) concurrent users try to access
> data? Does it queue the requests, or handle them in multiple threads?
>

It's multi-threaded.

> thanks in advance,
> -nani
>
>
Kimbro Staken
Java and XML Software, Consulting and Writing http://www.xmldatabases.org/
Apache Xindice native XML database http://xml.apache.org/xindice
XML:DB Initiative http://www.xmldb.org