Andi Vajda wrote: > On Wed, 14 Jun 2006, Robert Kaye wrote: >> Do you have any tips on where I should look to find more info? > I'd check with google about how to setup custom thread pools under > mod_python, assuming such a thing is even possible. As far as I am aware this is not currently possible. The threads are actually spawned in this case by Apache.
The current solutions on the list that have been discussed so far all involve spawning an external process which responds to requests from different mod_python threads. However modpython development has recently picked up and I think this would be a great discussion for the mod_python list - perhaps a better solution can be worked out there Robert if you start such a thread on that list I'll try participate and see if we can get a solution Regards David _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
