http://bugzilla.spamassassin.org/show_bug.cgi?id=4260
------- Additional Comments From [EMAIL PROTECTED] 2005-04-13 13:22 -------
"As a transition step it might be easy to create a IO::Socket object when we
call Net::DNS::Resolver->new, save it as an instance variable $self->{socket}
alongside $self->{res}, and in res_bgsend instead of calling bgsend call
$self->{socket}->send. Not much else would have to be changed and we would have
one socket in Dns.pm and one in URIDNSRBL.pm"
I assume you mean create the socket whenever we call res_bgsend(), not when
$self->{res} is created -- because each request would need a new socket this
way.
also, that doesn't address the "94 fds in use" bug -- bug 4016... actually,
there's a few other reports that I can now mark as dups ;)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.