The github repo actually talks about both Cython and pyrex. https://github.com/pymssql/pymssql/blob/master/setup.py#L51
I assumed pyrex based on pyx extension. I also didn't say WSGIProcessGroup. I said WSGIApplicationGroup. Anyway, set it as explained and see what happens. Graham On 14/11/2013, at 8:34 AM, Frederick Yankowski <[email protected]> wrote: > I don't know anything about pyrex. Pymssql uses Cython to translate a > _mssql.pyx file to _mssql.c which it then compiles and links into _mssql.so. > That shared object comprises the entirety of the _mssql module. _mssql.so > links to libsybdb.so which is provided by the freetds package. > > All this worked in an earlier version of pymssql/_mssql, including the Cython > part. > > I'm also pursuing this on the pymssql mailing list: > https://groups.google.com/forum/#!topic/pymssql/Iee1E7NF9Fk > > I'm not currently setting WSGIProcessGroup in my simple mod_wsgi test case. I > do use it in the production app that is what I really care about. In > production I use daemon mode of mod_wsgi. I will look at that link you gave > and try the %{GLOBAL} group. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
