How should I go around the problem? --- Andy Liu <[EMAIL PROTECTED]> wrote:
> NutchBean is thread-safe, although creating a > NutchBean on every search > would become a serious bottleneck, since all the > index structures and > segments would have to be opened upon every request. > Also, you might start > getting file not found exceptions because of all the > files that would have > to be opened simultaneously if multiple requests > come in at the same time. > > On 11/13/05, Victor Lee <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > I am using php with php-java-bridge to replace jsp > > with Nutch. Since php doesn't have an > > application-scope like jsp, nutchbean object has > to be > > created every time php script runs. Is NutchBean > > designed for something like that? I worry because > > there will be multiple instance of objects of > > NutchBean running at the same time, depend on # of > > user is doing searching. > > > > Many thanks. > > > > > > > > __________________________________ > > Yahoo! FareChase: Search multiple travel sites in > one click. > > http://farechase.yahoo.com > > > __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs
