in reply to Re: threads and SNMP Session
in thread threads and SNMP Session

when testing I just add
my thr = threads->create(\&test,"host","string","2"); my thr2 = threads->create(\&test,"newhost","string","2");
to the code and no matter how many threads I add the last one is the only one to return data. I dont know what else to add if you require anything more please tell me. thanks.