On Thu, May 6, 2010 at 11:22 PM, Shayan <[email protected]> wrote: > Hi guys, > > I've been trying to set some of paster's threadpool options, but am > failing miserably. The main one I want to to change is > threadpool_kill_thread_limit (http://pythonpaste.org/modules/ > httpserver.html#module-paste.httpserver) > > What do I need to put in the config to get this to work. > > I've tried just sticking > > threadpool_kill_thread_limit = 20 into [server:main] and [app:main] > but neither has any effect. > > Any ideas on how to get this working?
It's a bit difficult to figure out the variable names because they're not directly documented. Maybe 'kill_thread_limit' or '[threadpool-]kill-thread-limit'? You can also ask on the Paste list. If you get a definitive answer, please let us know. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
