Re: Getting data from Voyager into XML?

From: Nathan Vack <njvack_at_nyob>
Date: Thu, 18 Jan 2007 13:34:29 -0600
To: CODE4LIB_at_listserv.nd.edu
On Jan 17, 2007, at 6:36 PM, Doran, Michael D wrote:

> So to scale, you would either have to *manage* the session state on
> the Lucene/Solr side of things so that each user kept the same
> session rather than generating a new session with each search

It's worth noting that if you ever try to do this, you do need to be
very careful about reusing sessions, as Voyager stores a bunch of
request-level state in the session. So, if you don't use a session
for an *entire* series of requests, you'll have Weird Bugs.

-n
Received on Thu Jan 18 2007 - 13:38:21 EST