my $sock = IO::Socket::INET->new(
PeerAddr => $self->{PeerHost},
PeerPort => $self->{PeerPort},
Proto => $self->{Proto}, Timeout => 5,);
--
You received this message because you are subscribed to the Google Groups "Growl Discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/growldiscuss/-/YvhZK_V4UogJ.
To post to this group, send email to growld...@googlegroups.com.
To unsubscribe from this group, send email to growldiscuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
A couple options, which don't involve bonjour necessarily, not knowing
much about perl, or the environment you are running this in. Hop the
data on the linux box out to where you can do simultaneous/
asynchronous/non timed attempts. Or send the data to one box with
Growl.app always up on it, and have it forward from there to all the
other boxes (GNTP does support multi hop forwarding).