> Using this model is important also from another point of view: with the > current code, where NutchConf is a singleton, it's not possible to run > several tasks in parallel within a single JVM, but with radically > different parameters. E.g.: if you want to run several CrawlTool with > different parameters, under a single JVM, it's currently not possible. > With the setConfig() change it becomes possible.
But is it really how a search platform will be tuned in the "real life"? On the contrary, I was thinking that the NucthConf must be a singleton over many JVM (over many nodes). No? Isn't it the real use case? Jerome -- http://motrech.free.fr/ http://frutch.free.fr/
