to take a
new copy or not.
Cheers
Graeme.
> -Original Message-
> From: Olivier Beytrison [mailto:[EMAIL PROTECTED]
> Sent: 20 December 2006 10:17
> To: Graeme Wilson
> Cc: [email protected]
> Subject: Re: Question regarding the Iterator method
>
Graeme Wilson a écrit :
>>I plan to use a simple mutex to avoid the linked list to be
>>read/written
>>at the same time. The application won't be under a heavy load so this
>>isn't a critical point imo.
>>
>>Olivier B.
>>
>
>
> Oliver,
> Where do you plan on locking/unlocking the mutex in th
> I plan to use a simple mutex to avoid the linked list to be
> read/written
> at the same time. The application won't be under a heavy load so this
> isn't a critical point imo.
>
> Olivier B.
>
Oliver,
Where do you plan on locking/unlocking the mutex in the subagent code?
The obvious place
Dave Shield wrote :
> On 07/12/06, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
>
>> On ons, 2006-12-06 at 18:41 +0100, Olivier Beytrison wrote:
>> > We have small temperature sensors (embedded devices) that will
>> > periodically send information through the network to a central server.
>> > (th
On 07/12/06, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> On ons, 2006-12-06 at 18:41 +0100, Olivier Beytrison wrote:
> > We have small temperature sensors (embedded devices) that will
> > periodically send information through the network to a central server.
> > (those devices can't run their own
Please keep answers on the list!
On tor, 2006-12-07 at 06:59 +0100, Olivier Beytrison wrote:
> Hello,
>
> That's what i meant. The "agent" reffer to the net-snmp daemon. So Yes,
> the data are going to be held in the sub-agent.
In this context "the agent" is the program that contains the code t
On ons, 2006-12-06 at 18:41 +0100, Olivier Beytrison wrote:
> Hello all,
>
> I'm currently running a project in my school, which need to provide
> datas over SNMP.
>
> Here is a small overview of the context :
>
> We have small temperature sensors (embedded devices) that will
> periodically send
Hello all,
I'm currently running a project in my school, which need to provide
datas over SNMP.
Here is a small overview of the context :
We have small temperature sensors (embedded devices) that will
periodically send information through the network to a central server.
(those devices can't run