[mod_python] Need help: Apache, Win NT and Dr Watson error

Gregory Trubetskoy grisha at modpython.org
Thu Jan 18 14:17:07 EST 2001


You don't specify which database yu're using, but some Windows database
ODBC drivers are not thread safe and can crash when used with
multithreaded applications like apache.


On Thu, 18 Jan 2001, Govindan, Manoj (CTS) wrote:

> > Hi,
> > I need help for the following topic.
> > I am using Apache 1.3.9 with mod_python 2.7.
> > While running a DB accessing script with apache, Win NT *sometimes*
> > reporting Dr. Watson error for apache.
> > This does not happen always.
> > I have set two directories as follows in the config file
> > <Directory "f:/site/html/python">
> >    AddHandler python-program .py           
> >    PythonHandler feedback
> >    PythonDebug on
> > </Directory>
> > 
> > <Directory "f:/site/html/test">
> >    AddHandler python-program .py           
> >    PythonHandler guestbook::gbook
> >    PythonDebug on
> > </Directory>
> > 
> > The error comes occasionally for both the scripts.
> > 
> > Thanks
> > Manoj
> > 
> > 
> 
> This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
> Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
> prohibited and may be unlawful.
> 
> 		Visit us at http://www.cognizant.com
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://www.modpython.org/mailman/listinfo/mod_python
> 




More information about the Mod_python mailing list