durusmail: quixote-users: import problems
import problems
2006-03-06
2006-03-06
import problems
Orr, Steve
2006-03-06
I'm running Quixote 2.0 on mod_python. Following are my apache
directives:
#KeepAlive Off
KeepAlive On
MaxKeepAliveRequests 0
#MaxKeepAliveRequests 10


MaxRequestsPerChild  100
#MaxRequestsPerChild  1


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

reply