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

Bidoul, Stephane Stephane.Bidoul at softwareag.com
Thu Jan 18 17:30:29 EST 2001


mod_python on NT is multithreaded.
A problem might be that some global data
in your script is not protected by a mutex,
and is accessed by concurrent requests.

This is only a wild guess however: you will need to 
provide more details about your scripts if
you need more help.

Best regards.

-Stephane

> -----Original Message-----
> From: Govindan, Manoj (CTS) [mailto:GManoj at chn.cognizant.com]
> Sent: 18 January, 2001 15:45
> To: 'mod_python at modpython.org'
> Subject: [mod_python] Need help: Apache, Win NT and Dr Watson error
> 
> 
> > 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