Skip to content

Commit

Permalink
more links to Mojo::IOLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 4, 2012
1 parent f1456ac commit 5effb79
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
10 changes: 5 additions & 5 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -294,13 +294,13 @@ Mojo::Server::Daemon - Non-blocking I/O HTTP and WebSocket server
=head1 DESCRIPTION
L<Mojo::Server::Daemon> is a full featured non-blocking I/O HTTP and WebSocket
server with C<IPv6>, C<TLS> and C<libev> support.
L<Mojo::Server::Daemon> is a full featured, highly portable non-blocking I/O
HTTP and WebSocket server, with C<IPv6>, C<TLS> and C<libev> support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
L<IO::Socket::SSL> (1.75+) are supported transparently through
L<Mojo::IOLoop>, and used if installed. Individual features can also be
disabled with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
12 changes: 6 additions & 6 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -362,9 +362,9 @@ Mojo::Server::Hypnotoad - ALL GLORY TO THE HYPNOTOAD!
=head1 DESCRIPTION
L<Mojo::Server::Hypnotoad> is a full featured UNIX optimized preforking
non-blocking I/O HTTP and WebSocket server built around the very well tested
and reliable L<Mojo::Server::Daemon> with C<IPv6>, C<TLS>, C<libev> and hot
L<Mojo::Server::Hypnotoad> is a full featured, UNIX optimized, preforking
non-blocking I/O HTTP and WebSocket server, built around the very well tested
and reliable L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS>, C<libev> and hot
deployment support that just works.
To start applications with it you can use the L<hypnotoad> script.
Expand All @@ -381,9 +381,9 @@ For L<Mojolicious> and L<Mojolicious::Lite> applications it will default to
C<production> mode.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
L<IO::Socket::SSL> (1.75+) are supported transparently through
L<Mojo::IOLoop>, and used if installed. Individual features can also be
disabled with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
12 changes: 6 additions & 6 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -121,19 +121,19 @@ Mojo::Server::Morbo - DOOOOOOOOOOOOOOOOOOM!
=head1 DESCRIPTION
L<Mojo::Server::Morbo> is a full featured self-restart capable non-blocking
I/O HTTP and WebSocket server built around the very well tested and reliable
L<Mojo::Server::Daemon> with C<IPv6>, C<TLS> and C<libev> support.
L<Mojo::Server::Morbo> is a full featured, self-restart capable non-blocking
I/O HTTP and WebSocket server, built around the very well tested and reliable
L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS> and C<libev> support.
To start applications with it you can use the L<morbo> script.
$ morbo myapp.pl
Server available at http://127.0.0.1:3000.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
L<IO::Socket::SSL> (1.75+) are supported transparently through
L<Mojo::IOLoop>, and used if installed. Individual features can also be
disabled with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
8 changes: 4 additions & 4 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -611,12 +611,12 @@ Mojo::UserAgent - Non-blocking I/O HTTP and WebSocket user agent
=head1 DESCRIPTION
L<Mojo::UserAgent> is a full featured non-blocking I/O HTTP and WebSocket user
agent with C<IPv6>, C<TLS> and C<libev> support.
agent, with C<IPv6>, C<TLS> and C<libev> support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently and used if installed.
Individual features can also be disabled with the C<MOJO_NO_IPV6> and
C<MOJO_NO_TLS> environment variables.
L<IO::Socket::SSL> (1.75+) are supported transparently through
L<Mojo::IOLoop>, and used if installed. Individual features can also be
disabled with the C<MOJO_NO_IPV6> and C<MOJO_NO_TLS> environment variables.
See L<Mojolicious::Guides::Cookbook> for more.
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -87,12 +87,13 @@ Minimalistic JSON implementation that just works.

=item L<Mojo::Server::Daemon>

Highly portable non-blocking I/O HTTP and WebSocket server with self-restart
support through L<Mojo::Server::Morbo>, perfect for development and testing.
Full featured, highly portable non-blocking I/O HTTP and WebSocket server,
with self-restart support through L<Mojo::Server::Morbo>, perfect for
development and testing.

=item L<Mojo::Server::Hypnotoad>

Full featured UNIX optimized preforking non-blocking I/O HTTP and WebSocket
Full featured, UNIX optimized, preforking non-blocking I/O HTTP and WebSocket
server with support for zero downtime software upgrades (hot deployment).

=item L<Mojo::Server::CGI>, L<Mojo::Server::PSGI>
Expand Down

0 comments on commit 5effb79

Please sign in to comment.