MOD_WSGI + pymssql Access SQL Server block

Source: Internet
Author: User

by pymssql Path SQL Server moment, directly Python does not issue the execution. by Mod_wsgi and Apache when deployed. All requests are found hang and then the database queries.

Through Google to find the answer, thank Google, specific description of the narrative see: Https://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API

Briefly, Mod_wsgi creates a sub interpreter for each virtual host and app mount point. There is a famous Gil in Python, when visiting Gil state via C extension, there is only the first sub interpreter capable of working properly, assuming that using a possibly sub interpreter can lead to deadlocks or crash, Since pymssql is a C extension so there will be this problem, the solution is. To add a configuration entry:

Wsgiapplicationgroup%{global}

Force the app to use the first sub interpreter, which makes the Gil work properly. After the change, mod_wsgi everything OK.


Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.

MOD_WSGI + pymssql Access SQL Server block

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.