> I have a bug with respect to accessing some of the members of the
> uwsgi_server struct in my plugin.  Specifically, if I declare it
> extern as "extern struct uwsgi_server uwsgi;", I now see the address
> of the workers array as NULL in the plugin code.

The primary reason for this appears to be the fact that I was using an
old buildconf for building the plugin.  I am hoping that if I build
uwsgi using the defaults that using buildconf/base.ini will be
sufficient to not run in to problems in the future...  I cannot use
the buildconf/default.ini file as the uwsgiconfig.py script doesn't
handle nested ini files.  I should fix this, but I am a bit edgy due
to my taking this long to figure out the issue.

Anyhow, hopefully no one else makes the mistake of trying to compile a
plugin with an ini file that differs from that used to build the uwsgi
binary.

--Jeff
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to