Comment 3 for bug 379452

Revision history for this message
Yann Leboulanger (asterix) wrote : Re: [Bug 379452] Re: High load

Lennart Poettering wrote:
> On Fri, 22.05.09 18:27, Damien Thébault (<email address hidden>) wrote:
>
>> On Fri, May 22, 2009 at 18:16, Damien Thébault
>> <email address hidden> wrote:
>>> That's right, it happens with the attached simple C code too, which is equivalent to the given python code.
>>> So the problem is in the underlying libasyncns library.
>>>
>>> ** Attachment added: "asyncns-0.7-load.c"
>>> http://launchpadlibrarian.net/27057398/asyncns-0.7-load.c
>>>
>>>
>>> Status in Python bindings for libasyncns: New
>>>
>>> Bug description:
>>> Load goes high (4) when using this module. To reproduce, just open a python console, and type:
>>>>>> import libasyncns
>>>>>> asyncns = libasyncns.Asyncns()
>>> Now in another console look at your load increasing.
>>>
>> CC'ing libasyncns' author Lennart Poettering about this bug.
>> Lennart, what do you think about this?
>
> Hmm, no clue.
>
> If you can get me a simple test use case using just the C API I'd be
> happy to take a closer look!
>
> Lennart
>

There is a link in this mail, just some line above:
http://launchpadlibrarian.net/27057398/asyncns-0.7-load.c

--
Yann