Skip to content

Commit

Permalink
better fork-safety description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 28, 2013
1 parent 1bf35c3 commit 399e68c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -566,7 +566,9 @@ agent, with IPv6, TLS, SNI, IDNA, Comet (long polling), keep-alive, connection
pooling, timeout, cookie, multipart, proxy, gzip compression and multiple
event loop support.
All connections will be reset automatically if a new process has been forked.
All connections will be reset automatically if a new process has been forked,
this allows multiple processes to share the same L<Mojo::UserAgent> object
safely.
For better scalability (epoll, kqueue) and to provide IPv6 as well as TLS
support, the optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
Expand Down

0 comments on commit 399e68c

Please sign in to comment.