Skip Menu |

This queue is for tickets about the Net-SNMP CPAN distribution.

Report information
The Basics
Id: 43975
Status: stalled
Worked: 6 min
Priority: 0/
Queue: Net-SNMP

People
Owner: dtown [...] cpan.org
Requestors: GAISSMAI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Feature Request: Net::SNMP::AnyEvent
Hi David, (or the current maintainer(s)) since AnyEvent seems to becomes the defacto standard as event-loop adapter, it would be nice if Net::SNMP could replace it's own Net::SNMP::Dispatcher with Net::SNMP::AnyEvent, or supports it as an option. With this common event-loop API, Net::SNMP could be used together with a lot of other event based modules and with the event-loop the user chooses. I think it should be feasible, see for example Net::SNMP::EV as a discrete wrapper/replacement for Net::SNMP::Dispatcher written by the author of AnyEvent 2 years ago. Best Regards Charly
I will consider the request. I am currently being affected by the economic downturn in the United States and will get back to the request once things are settled.
On Do. 19. Mär. 2009, 15:14:10, DTOWN wrote: Show quoted text
> I will consider the request. I am currently being affected by the > economic downturn in the United States and will get back to the request > once things are settled.
Hi David, just now I see the new CPAN Modul: AnyEvent::SNMP by the author of AnyEvent. Perhaps this makes it much easier to use this piece of code in the next Net::SNMP revision. Best Regards Charly
From: BitCard [...] ResonatorSoft.org
Just as long as snmp_dispatch_once works. It does a awesome job of cycling through many hosts as once in a speedy fashion.
On Wed Jun 23 16:55:28 2010, SineSwiper wrote: Show quoted text
> Just as long as snmp_dispatch_once works. It does a awesome job of > cycling through many hosts as once in a speedy fashion. >
The snmp_dispatch_once() method is not "officially" supported, but in all recent releases it provides a wrapper around the same "single" event processing that snmp_dispatcher() wraps in a loop.