The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.271

  • Change: d3a27f5934b7a8162b73589820c11ef34f2a272a Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-05-14 21:46:18 +0000
    • Rely upon latest POE::Component::Resolver.
  • Change: 4280200388131e6addec30ab44b5898eadaf9951 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-05-14 21:40:07 +0000
    • [rt.cpan.org 76776] Fix an edge case where queued requests don't start.
    • Sergei Kozunov came through with another great ticket. If two requests for the same host arrive, and the first one fails, the second one will time out in the queue. But only if no other requests are already pending. This change wakes up the queue when a connection fails, causing the subsequent request to be processed.
  • Change: 52d351f864f722849658a21fa8a54ae78cbea967 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-05-14 02:21:00 +0000
    • [rt.cpan.org 76540] Add stubs for non-blocking SSL.
    • POE::Component::SSLify is non-blocking now. Add (and comment out) alpha-quality support for this feature. It needs work, and I hope someone who knows it better can help.
  • Change: 3ce660394f2ce76d217b6699551db4a7c541149c Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-05-13 04:43:58 +0000
    • [rt.cpan.org 76987] Cancel timed-out PoCo::Resolver requests.
    • Sergei Kozunov pointed out that POE::Component::Resolver requests aren't canceled when POE::Component::Client::HTTP requests time out during DNS resolution. Cancel those requests!

Modules

manage connections, with keep-alive
a wheel wrapper around a kept-alive socket

Provides

in mylib/TestServer.pm