Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How do interrupt this operation cleanly?use Net::RabbitMQ; my $mq = Net::RabbitMQ->new(); # ... # this waits, how do I time it out, say 30s my $frame = $mq->recv();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl2 | rabbitMQ | alarm
by sflitman (Hermit) on Mar 26, 2010 at 19:31 UTC | |
by Anonymous Monk on Mar 26, 2010 at 20:29 UTC |