> Hi guys, > > I'm going to be using AppNeta as a replacement for NewRelic shortly.. > > Has anyone else had any success using AN with uWSGI? > > To get NR to work with uwsgi, there were a few options that had to be > enabled such as disabling threads, and I believe there was some > modifications to the uwsgi libs to support this (roberto to confirm?). > > Does anyone know if there are other options that have to be enabled to > make > AN work? Does it require any custom modifications or patches? > > Anyway, if anyone has had any success getting this to work, please let me > know.. I will post my results on thursday. > > Thanks > > Cal >
Currently newrelic only requires --enable-threads (the agent is effectively a python thread). All of the options you find mentioned in the official docs are for old versions. I do not know appneta but i suppose it works on a thread too -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
