ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/LWP.pm
(Generate patch)

Comparing Coro/Coro/LWP.pm (file contents):
Revision 1.6 by root, Fri May 9 22:04:37 2008 UTC vs.
Revision 1.7 by root, Tue May 20 14:09:32 2008 UTC

12run a supported event loop. 12run a supported event loop.
13 13
14This module tries to make L<LWP|LWP> non-blocking with respect to other 14This module tries to make L<LWP|LWP> non-blocking with respect to other
15coroutines as much as possible, and with whatever means it takes. 15coroutines as much as possible, and with whatever means it takes.
16 16
17LWP really tries very hard to be blocking, so this module had to be very 17LWP really tries very hard to be blocking (and relies on a lot of
18undocumented functionality in IO::Socket), so this module had to be very
18invasive and must be loaded very early to take the proper effect. 19invasive and must be loaded very early to take the proper effect.
19 20
20Here is what it currently does (future versions of LWP might require 21Here is what it currently does (future versions of LWP might require
21different tricks): 22different tricks):
22 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines