in reply to Perl http daemon with network delay

If you need a good mock server, you really can't do better than Mojolicious::Lite. It's trivially easy to set up a server to time out, run slowly, or fail with any error code you like.
  • Comment on Re: Perl http daemon with network delay

Replies are listed 'Best First'.
Re^2: Perl http daemon with network delay
by danmihai (Initiate) on Sep 01, 2010 at 11:10 UTC
    This looks like what I need. Thanks for the hint.