Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemError raised when access to listen_queue method of uwsgi in FreeBSD #91

Closed
omidraha opened this issue Dec 18, 2012 · 3 comments
Closed
Assignees

Comments

@omidraha
Copy link

When call uwsgi.listen_queue() in FreeBSD, it raised:

SystemError: error return without exception set

sample code:

#! /usr/bin/env python
import uwsgi

def application(env, start_response):
    start_response('200 OK', [('Content-Type','text/html')])
    listen_queue = uwsgi.listen_queue()
    return "listen queue: {0}".format(listen_queue)
@ghost ghost assigned unbit Dec 18, 2012
@unbit
Copy link
Owner

unbit commented Dec 19, 2012

latest FreeBSD releases have a good TCP_INFO support, i will include it in the next few days. Thanks for the report

@unbit
Copy link
Owner

unbit commented Dec 21, 2012

I have commited in HEAD support for FreeBSD TCP_INFO but it looks like those infos are not updated by the FreeBSD kernel :(

@unbit
Copy link
Owner

unbit commented Mar 17, 2013

i close that as FreeBSD does not support it (albeit defined in its headers). As soon as they will add it, uWSGI should automatically works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants