Skip to content

Commit

Permalink
highlight support for multiple event loops
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 3, 2012
1 parent cd483d3 commit b400669
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
7 changes: 4 additions & 3 deletions Changes
@@ -1,8 +1,9 @@

3.55 2012-11-02
3.55 2012-11-03
- Improved documentation.
- Improved tests.
- Fixed embedded application bug that prevented around_dispatch hook from
working correctly.
- Fixed bug that prevented around_dispatch hooks from working correctly in
embedded applications.

3.54 2012-11-01
- Added next and previous methods to Mojo::DOM.
Expand Down
4 changes: 2 additions & 2 deletions README.pod
Expand Up @@ -39,8 +39,8 @@ IDNA, Comet (long polling), chunking and multipart support.

=item *

Built-in non-blocking I/O web server supporting libev and hot deployment,
perfect for embedding.
Built-in non-blocking I/O web server, supporting multiple event loops and hot
deployment, perfect for embedding.

=item *

Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -290,7 +290,8 @@ Mojo::Server::Daemon - Non-blocking I/O HTTP and WebSocket server
=head1 DESCRIPTION
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.
HTTP and WebSocket server, with C<IPv6>, C<TLS> and multiple event loop
support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently through
Expand Down
8 changes: 4 additions & 4 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -351,10 +351,10 @@ Mojo::Server::Hypnotoad - ALL GLORY TO THE HYPNOTOAD!
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. Note that the server uses signals for
process management, so you should avoid modifying signal handlers in your
applications.
and reliable L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS>, multiple event
loop and hot deployment support that just works. Note that the server uses
signals for process management, so you should avoid modifying signal handlers
in your applications.
To start applications with it you can use the L<hypnotoad> script.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Morbo.pm
Expand Up @@ -112,7 +112,7 @@ Mojo::Server::Morbo - DOOOOOOOOOOOOOOOOOOM!
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::Daemon>, with C<IPv6>, C<TLS> and multiple event loop support.
To start applications with it you can use the L<morbo> script.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -607,7 +607,7 @@ 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 multiple event loop support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently through
Expand Down

0 comments on commit b400669

Please sign in to comment.