Skip to content

Commit

Permalink
more helpful message
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Sep 23, 2006
1 parent 660297e commit 9dfff2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perlbal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ if ($opt_config && ! Perlbal::load_config($opt_config, sub { print STDOUT "$_[0]
if ($Perlbal::AIO_MODE eq "none") {
print STDERR "WARNING: AIO mode disabled or not available. \n".
" Perlbal will run slowly under load if you're doing any\n".
" disk operations. (e.g. web_server mode).\n";
" disk operations. (e.g. web_server mode).\n".
" Install IO::AIO for better performance.\n";
}

unless (Perlbal::Socket->WatchedSockets() > 0) {
Expand Down

0 comments on commit 9dfff2e

Please sign in to comment.