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.  

I seem to recall there was a discussion on import issues but don't see
much in the archives. What am I missing? Pointers on how to troubleshoot
and fix this will be greatly appreciated. All suggestions will be
entertained. ;-)

Desperate,
Steve Orr

_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to