[Twisted-Python] socket error 22

Eric Faurot eric.faurot at gmail.com
Wed May 7 04:00:34 EDT 2008


On Tue, May 6, 2008 at 4:43 PM, Werner Thie <wthie at thiengineering.ch> wrote:
> Hi all
>
>  Running on twisted 2.5 OpenBSD I see the following traceback in the logs
> every twenty minutes with up to 200 athena/LivePages connected:

[snip]

If you have a lot of connections, you might hit the open file limit, which is
rather low by default on openbsd, especially for default login class.
I would expect the issue to show up differently though.

Try tweaking resource.getrlimit and see what happens when you lower
and increase the LIMIT_NOFILE.

Eric.




More information about the Twisted-Python mailing list