Orr, Steve
sorr at rightnow.com
Mon Mar 6 18:04:06 EST 2006
Cross posting from the Quixote list: I'm running Quixote 2.0 on mod_python. Following are my apache directives: #KeepAlive Off KeepAlive On MaxKeepAliveRequests 0 #MaxKeepAliveRequests 10 <IfModule prefork.c> MaxRequestsPerChild 100 #MaxRequestsPerChild 1 </IfModule> The commented out directives are what's set while in "development mode" and the uncommented values are what needs to be implemented in production. In the beginning of our development effort I tested the production settings and all was well but now I'm getting import problems and lots of inconsistent page behavior. (Everything works fine in "development mode.") Most of the inconsistencies relate to passing request object data between pages and I suspect it's related to the import issues. Pointers from those familiar with Quixote/mod_python implementations greatly appreciated. TIA, Steve Orr
|