[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block
From: |
Levi Pearson |
Subject: |
Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised |
Date: |
Thu, 28 Jun 2007 11:11:00 -0600 |
On Thu, 2007-06-28 at 09:39 -0700, Al Chu wrote:
>
> So is it not closing the sessions?
>
Apparently not.
> > It would be handy to have a call that
> > does trigger the closing of all sessions such that ipmi_ctx_destroy()
> > will work on them afterward, though.
>
> The library should work such that if you do:
>
> engine_teardown();
> foreach context I created
> ipmi_destroy_ctx(ctx);
>
> This should work. I'll look into this.
What I did:
engine_teardown(); <- doesn't block right now
foreach context
while ipmi_destroy_ctx(ctx) < 0 <- need to spin in case
sleep(1) connections aren't dead yet
And it sits forever (or at least 10 minutes or so) in the loop;
apparently the call to destroy the ctx never succeeds.
So far I've only tested it with 3 concurrent connections, but I've got
enough equipment handy to ramp it up to 12 or so.
--Levi
- [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Levi Pearson, 2007/06/27
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Al Chu, 2007/06/28
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Al Chu, 2007/06/28
- Message not available
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Levi Pearson, 2007/06/28
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Al Chu, 2007/06/28
- Message not available
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised,
Levi Pearson <=
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Al Chu, 2007/06/28
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Al Chu, 2007/06/28
- Message not available
- Re: [Freeipmi-devel] ipmiconsole_engine_teardown does not seem to block as advertised, Levi Pearson, 2007/06/28
Message not available
Message not available