Jeremy Kister wrote: > On Wednesday, August 18, 2004 5:56 PM, I wrote: > > can anyone give me a clue as to how to use IO::Multiplex on top of > > Net::DNS::Nameserver? > > Is there a more advanced Perl list than perl-beginners, where someone > may have hints?
perlmonks is good, as Wiggins said. >From a quick perusal of the two modules, I'd say it would be quite difficult to do, because of the differences between the way the two work. You'd have to restructure Net::DNS::Nameserver quite a bit, since it wants to handle the listen, accept, and read/recv processes itself, and the activity is distributed throughout the various methods, with sockets being passed around. IO::Multiplex wants to hide all that from you and just pass data around. If you want to go through the trouble, you should try to work with the Net::DNS::Nameserver to merge your changes back in to improve the module. Just my $0.02 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>